Building a Remote MCP Server on Cloudflare (Without Auth)
@dinasaur404
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example lets you deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers that does not require authentication. It is intended for developers who want a quick, publicly accessible MCP server with customizable tools.
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, the server is available at an *.workers.dev/sse URL. Connect clients such as the Cloudflare AI Playground or Claude Desktop (via the mcp-remote proxy) by supplying that SSE endpoint.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)?
- Deployed on Cloudflare Workers with no authentication required.
- Customizable tools defined in
src/index.tsusingthis.server.tool(). - Exposes an SSE endpoint (
/sse) for remote MCP clients. - Can be deployed via a one-click Cloudflare button or the command line.
- Includes a ready-to-use template from the
cloudflare/airepository.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)?
- Quickly prototype and test custom MCP tools without managing infrastructure.
- Connect a remote MCP server to Cloudflare AI Playground for interactive tool use.
- Use your MCP tools from local clients like Claude Desktop via the
mcp-remoteproxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)?
How do I deploy the server?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally.
Where do I add custom tools?
Inside src/index.ts, within the init() method, use this.server.tool(...) to define each tool.
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed server URL (e.g., remote-mcp-server-authless.<account>.workers.dev/sse), and use your tools from the playground.
How do I connect to Claude Desktop?
Install the mcp-remote proxy, then add a configuration entry in Claude Desktop pointing to your SSE endpoint (e.g., http://localhost:8787/sse or the deployed URL).
Does this server require authentication?
No, this example is designed without authentication. The server is publicly accessible.
开发工具 分类下的更多 MCP 服务器
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
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
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors

Sentry
modelcontextprotocolModel Context Protocol Servers
评论