Remote MCP Server on Cloudflare
@xuyuanzhang1122
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-xuyuanzhang1122": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A reference implementation for running a remote Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to host MCP tools remotely and connect clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect the MCP Inspector by switching transport type to SSE and entering http://localhost:8787/sse. For Claude Desktop, configure it to use the mcp-remote proxy pointing to the same SSE endpoint. Deploy to Cloudflare using npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE (Server-Sent Events) transport
- Integrates with MCP Inspector for testing
- Connects to Claude Desktop via a local proxy
- Supports local development and remote deployment
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools on the edge with Cloudflare
- Building and testing remote MCP servers locally before deploying
- Enabling Claude Desktop to invoke tools from a remote server
- Demonstrating OAuth-based authentication for MCP servers
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server. Open http://localhost:8787/ in a browser.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, switch transport type to SSE, and enter http://localhost:8787/sse as the URL. You will be prompted to log in.
How do I connect Claude Desktop to my server?
Edit Claude Desktop’s config file to add an MCP server entry with command npx, args ["mcp-remote", "http://localhost:8787/sse"] (or the remote URL after deployment). Restart Claude.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I debug connection issues?
Try npx mcp-remote http://localhost:8787/sse directly. In rare cases, clear ~/.mcp-auth with rm -rf ~/.mcp-auth and restart Claude.
云与基础设施 分类下的更多 MCP 服务器
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论