remote-mcp-server-authless
0
This project provides a way to deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers without the need for authentication, allowing for customizable tool integration and client connections via Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare (Without Auth)
This project allows you to deploy a remote MCP server without authentication using Cloudflare Workers.
Features
- Deploy via Cloudflare Workers.
- Customizable tools through
src/index.ts
. - Connect with Cloudflare AI Playground.
- Compatible with local MCP clients using the
mcp-remote
proxy.
Usage
- Deploy using the Cloudflare Workers button or npm command.
- Access tools from https://playground.ai.cloudflare.com/ by entering server URL.
- Connect from Claude Desktop following the Quickstart guide.