Building a Remote MCP Server on Cloudflare (Without Auth)
@adappterxyz
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example allows you to deploy a remote MCP server that requires no authentication on Cloudflare Workers. It is intended for developers who want to quickly set up a remote MCP server for use with clients like the Cloudflare AI Playground or local MCP clients such as Claude Desktop.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, connect to the server’s SSE endpoint (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse). Custom tools are added in the init() method of src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Runs on Cloudflare Workers for global edge deployment.
- Exposes tools via SSE endpoint.
- Easily customizable with custom tools.
- One-click deploy button available.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Connect to Cloudflare AI Playground as a remote MCP client.
- Use with Claude Desktop via the
mcp-remoteproxy. - Prototype and test MCP tools without setting up authentication.
- Host a public MCP server for lightweight integrations.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (the /sse endpoint), and then use the tools directly from the playground.
How do I connect Claude Desktop to this server?
Use the mcp-remote proxy. In Claude Desktop's settings, add an MCP server with command npx mcp-remote <your-server-url>/sse.
Does this server require authentication?
No, by design this server does not require authentication. The title explicitly states "Without Auth".
「開発者ツール」の他のコンテンツ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
コメント