Building a Remote MCP Server on Cloudflare (Without Auth)
@Surendra1232
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This server is a template for deploying a Model Context Protocol (MCP) server on Cloudflare Workers that does not require authentication. It is intended for developers who want to quickly create and host remote MCP tools accessible via SSE (Server-Sent Events).
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy the server using the “Deploy to Workers” button or the command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools by defining them inside the init() method of src/index.ts with this.server.tool(...). After deployment, connect MCP clients (e.g., Cloudflare AI Playground or Claude Desktop via the mcp-remote proxy) to the server’s SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable to Cloudflare Workers with one click or CLI.
- No authentication required for connections.
- Uses SSE transport for remote client access.
- Customizable by adding your own MCP tools in TypeScript.
- Works with the Cloudflare AI Playground as a remote client.
- Can be connected to Claude Desktop via the mcp-remote proxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Hosting AI-powered MCP tools without setting up authentication.
- Rapid prototyping and testing of MCP servers on a global edge network.
- Integrating custom MCP tools into the Cloudflare AI Playground.
- Connecting a remote MCP server to local desktop clients like Claude.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
You can deploy by clicking the “Deploy to Workers” button in the README or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless on the command line.
How do I add custom tools to the server?
Define each tool inside the init() method of src/index.ts using this.server.tool(...). The server will expose any tools you add.
How can I connect to the server from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse), and start using the tools.
How do I connect Claude Desktop to this remote MCP server?
Use the mcp-remote proxy as a bridge. In Claude Desktop settings, add an MCP server with command: "npx" and arguments including mcp-remote and the SSE URL of your deployed server.
Does this server require any authentication?
No, this MCP server is explicitly built to work without authentication. All connections are open via the public SSE endpoint.
「開発者ツール」の他のコンテンツ
Huoshan Test
volcengineMCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Grafana MCP server
grafanaMCP server for Grafana
コメント