Building a Remote MCP Server on Cloudflare (Without Auth)
@dturkuler
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
A template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers that requires no authentication. It provides an SSE endpoint and allows developers to define custom tools.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the provided "Deploy to Workers" button or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools inside src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployed fully on Cloudflare Workers.
- No authentication required for remote access.
- SSE-based MCP endpoint.
- Tool definitions added in JavaScript/TypeScript.
- One-click deploy from GitHub template.
- Compatible with remote MCP clients via
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Exposing custom MCP tools without setting up authentication.
- Connecting MCP tools to Cloudflare AI Playground.
- Using MCP tools from Claude Desktop via a remote proxy.
- Rapid prototyping of MCP servers on Cloudflare’s edge.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
You can use the "Deploy to Workers" button or run the npm create cloudflare command with the template URL provided in the README.
Does this server require authentication?
No, the server is explicitly designed to be deployed without authentication.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...) as shown in the README.
How do I connect to 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 your tools.
How do I connect Claude Desktop to this remote server?
Use the mcp-remote proxy in your Claude Desktop configuration: set command to npx and args to ["mcp-remote", "<your-server-url>/sse"]. Restart Claude.
开发工具 分类下的更多 MCP 服务器
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论