Remote MCP Server on Cloudflare
@MalcolmFeatonby
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-malcolmfeatonby": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server that runs on Cloudflare Workers with built-in OAuth login, enabling you to host and access MCP tools over the internet.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For deployment, use npx wrangler to create a KV namespace and run npm run deploy. Connect via the MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to your server URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global deployment
- OAuth login for secure access
- SSE (Server-Sent Events) transport
- Works with MCP Inspector and Claude Desktop
- Easy local development and deployment
Use cases of Remote MCP Server on Cloudflare
- Host a math tool MCP server and call it from Claude Desktop
- Test MCP endpoints remotely using the MCP Inspector
- Deploy custom MCP tools on Cloudflare’s edge network
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the /sse endpoint.
How do I deploy the server 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 can I connect Claude Desktop to the remote server?
Update your Claude Desktop config to use npx mcp-remote with your server’s workers.dev/sse URL as an argument.
How does authentication work?
The server includes OAuth login; locally a mock login screen appears, and after deployment real OAuth handles authentication.
What should I do if something goes wrong?
Restart Claude, try connecting via command line with npx mcp-remote, or clear the ~/.mcp-auth directory.
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论