Building a Remote MCP Server on Cloudflare (Without Auth)
@BiteBase-Intelligence
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
Building a Remote MCP Server on Cloudflare (Without Auth) is a template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It integrates with Cloudflare’s AI Playground and local MCP clients like Claude Desktop, targeting developers who need a quick, authless remote MCP endpoint for testing or lightweight workflows.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in the CLI. Customize tools by editing src/index.ts and defining each tool inside the init() method using this.server.tool(...). After deployment, connect MCP clients using the SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse). For Claude Desktop, configure the mcp-remote proxy in the client settings.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy remote MCP server without authentication.
- Runs on Cloudflare Workers globally.
- Custom tools via TypeScript
this.server.tool(). - One-click deployment button.
- Compatible with Cloudflare AI Playground.
- Connects to Claude Desktop via mcp-remote proxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Prototype a remote MCP server for quick experiments without auth overhead.
- Provide MCP tools to users of Cloudflare AI Playground.
- Expose custom tools to Claude Desktop through a remote proxy.
- Rapidly iterate on tool definitions using Cloudflare Workers’ free tier.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Click the “Deploy to Workers” button in the README, or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
How can I add custom tools?
Open src/index.ts and define each tool inside the init() method using this.server.tool(...). Follow the Cloudflare MCP tools documentation for specifics.
How do I connect to Cloudflare AI Playground?
Navigate to https://playground.ai.cloudflare.com/, enter your deployed SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse), and your tools become available directly in the playground.
How do I connect to Claude Desktop?
Install the mcp-remote proxy package (npx mcp-remote) and add the following configuration to your Claude Desktop settings: "mcpServers": { "calculator": { "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"] } }. Restart Claude to see the tools.
Does the server require any authentication?
No, this server is intentionally designed without authentication for easy testing and quick deployment.
开发工具 分类下的更多 MCP 服务器
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
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
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论