Remote MCP Server on Cloudflare
@Ropz3
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-ropz3": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a project to deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth login. It enables developers to run MCP tools on a serverless platform and connect them to MCP clients such as Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Use the MCP Inspector (npx @modelcontextprotocol/inspector) with SSE transport at http://localhost:8787/sse to test. For deployment, run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then execute npm run deploy. Connect Claude Desktop by adding an MCP server entry pointing to https://your-worker-url/sse via the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers
- Integrated OAuth login for authentication
- Local development with live reload via
nx dev - Uses SSE (Server-Sent Events) transport
- Works with MCP Inspector for testing tools
- Supports connection to Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools on a serverless, globally distributed platform
- Enable Claude Desktop to call remote MCP tools securely
- Develop and test MCP tools locally before deploying to production
- Provide authenticated, remote access to custom MCP tools
FAQ from Remote MCP Server on Cloudflare
What transport does the server use?
The server uses SSE (Server-Sent Events) transport; clients connect to /sse endpoint.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Add a JSON entry to Claude Desktop’s MCP configuration with "command": "npx" and "args": ["mcp-remote", "https://your-worker-url/sse"].
How can I debug connection issues?
Restart Claude, test connectivity directly with npx mcp-remote http://localhost:8787/sse, or clear local auth files with rm -rf ~/.mcp-auth.
Does the server require real OAuth credentials for local development?
No; when running locally, the MCP Inspector shows a mock login screen that accepts any email and password.
云与基础设施 分类下的更多 MCP 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Mcp K8s Go
strowkMCP server connecting to Kubernetes
评论