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 is a reference implementation that shows how to deploy an MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication. It is intended for developers who want to quickly set up a remote MCP server accessible via SSE (Server-Sent Events).
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Clone the repository, install dependencies with pnpm install, then deploy using pnpm run deploy. The server becomes available at a URL like remote-mcp-server-authless.your-account.workers.dev/sse. For local testing, run npm run dev to access it at http://localhost:8787/sse. Connect to it from Cloudflare AI Playground or Claude Desktop using the provided configuration.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers
- No authentication required for access
- Uses SSE (Server-Sent Events) transport
- Easy connection to Cloudflare AI Playground
- Works with Claude Desktop via
mcp-remotetool - Simple one-command deployment
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototyping MCP tools without setting up authentication
- Integrating with Cloudflare AI Playground as a remote MCP client
- Testing MCP server interactions from Claude Desktop
- Demonstrating MCP server concepts in development environments
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It provides a remote MCP server deployed on Cloudflare Workers that exposes tools via SSE, with no authentication requirement. It is a starter example for building remote MCP servers.
What dependencies or runtime are required?
You need Node.js, pnpm, and a Cloudflare account. The server runs on Cloudflare Workers and uses the mcp-remote tool for connecting Claude Desktop.
Where does data live?
The server runs on Cloudflare’s global network. No persistent storage is mentioned; data flows through the SSE connection during tool calls.
What are the known limits?
The README does not specify limits, but the server is intended for development/demo use. No authentication means it should not be used in production.
What transport and authentication does it use?
Transport is SSE (Server-Sent Events) via a Cloudflare Worker. No authentication is configured.
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
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-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论