Remote MCP Server on Cloudflare
@hufeng03
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-hufeng03": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A starter project to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to expose MCP tools over the internet and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally via npx nx dev remote-mcp-server. To deploy, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, and run npm run deploy. Connect clients by pointing them to the server’s /sse endpoint using the MCP Inspector or by configuring Claude Desktop with the mcp-remote proxy command.
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker with OAuth login.
- Uses SSE (Server-Sent Events) transport for MCP.
- Includes a sample math tool ready to call.
- Connects to MCP Inspector, Claude Desktop, and remote clients.
- Stores OAuth data in a Workers KV namespace.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server accessible from any MCP client over the internet.
- Prototype and test MCP tools locally before deploying to production.
- Integrate a custom MCP server with Claude Desktop for AI-assisted tool calling.
- Build a secure, OAuth-protected endpoint for MCP tools on Cloudflare’s edge network.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the server?
Edit Claude Desktop’s config file to add an mcpServers entry that uses npx mcp-remote with the server’s SSE URL (e.g., http://localhost:8787/sse for local, or the workers.dev URL for remote). Restart Claude to see the tools.
What transport does the server use?
The server uses SSE (Server-Sent Events) and is accessed via its /sse endpoint.
How do I debug connection issues?
Restart Claude, or try connecting directly from the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论