Remote MCP Server on Cloudflare
@xiquyila
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-xiquyila": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server running on Cloudflare Workers with OAuth login, enabling you to deploy and interact with MCP tools over HTTP. It is for developers who want to host MCP servers on Cloudflare’s edge and connect them to MCP 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 using MCP Inspector via SSE at http://localhost:8787/sse, or configure Claude Desktop with npx mcp-remote pointing to that URL. Deploy to Cloudflare by creating an OAUTH_KV namespace, updating wrangler.jsonc, and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Deploys MCP server on Cloudflare Workers
- Includes OAuth login flow
- Uses SSE transport over HTTP
- Works with MCP Inspector client
- Connects to Claude Desktop via local proxy
- Supports local development and remote deployment
Use cases of Remote MCP Server on Cloudflare
- Running MCP tools on Cloudflare’s edge network
- Integrating a custom MCP server with Claude Desktop remotely
- Prototyping and testing MCP servers locally before deploying
- Authenticating users with OAuth before tool access
FAQ from Remote MCP Server on Cloudflare
How do I connect my local MCP server to Claude Desktop?
Add a configuration entry using npx mcp-remote pointing to http://localhost:8787/sse in Claude Desktop’s settings file.
How do I deploy the MCP server to Cloudflare?
Create a KV namespace named OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I debug connection issues?
Run npx mcp-remote http://localhost:8787/sse directly, or clear the files in ~/.mcp-auth if needed.
What transport does the MCP server use?
It uses SSE (Server-Sent Events) via the /sse endpoint.
Does the server include authentication?
Yes, it includes OAuth login; locally it shows a mock user/password login screen.
云与基础设施 分类下的更多 MCP 服务器
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论