Building a Remote MCP Server on Cloudflare (Without Auth)
@jbw1991
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"remote-mcp-server-authless.your-account.workers.dev/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the Cloudflare Deploy button, or run npm create cloudflare@latest my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. Customize tools in src/index.ts inside the init() method using this.server.tool(...). Connect to your deployed server URL (e.g., remote-mcp-server-authless.<account>.workers.dev/sse) from Cloudflare AI Playground or local MCP clients via the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys to Cloudflare Workers without authentication.
- Customizable MCP tools defined in TypeScript.
- Connects to Cloudflare AI Playground as a remote client.
- Connects to Claude Desktop via the mcp-remote proxy.
- Quick deploy using the Cloudflare Deploy button or CLI.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server that requires no user authentication.
- Expose custom MCP tools from the cloud without managing infrastructure.
- Prototype or demo MCP integrations with minimal setup overhead.
- Connect cloud-hosted MCP tools to desktop AI clients.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the MCP server?
Click the "Deploy to Workers" button or run the npm create cloudflare command with the provided template.
How do I customize the tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect to the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed server URL (ending in /sse), and use its tools directly.
How do I connect Claude Desktop to this MCP server?
Install the mcp-remote proxy, then in Claude Desktop Settings > Developer > Edit Config, add an entry that runs npx mcp-remote <your-server-url>/sse.
Does the server require authentication?
No, this template deploys a remote MCP server that explicitly does not require authentication.
开发工具 分类下的更多 MCP 服务器
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
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
评论