Remote MCP Server on Cloudflare
@MFLS2023
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-mfls2023": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a setup to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host an MCP server remotely and connect it to MCP clients such as 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. To deploy, create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, then run npm run deploy. Connect clients via SSE URL (e.g., worker-name.account-name.workers.dev/sse) using npx @modelcontextprotocol/inspector for testing or npx mcp-remote <sse-url> for Claude Desktop.
Key features of Remote MCP Server on Cloudflare
- Run MCP server on Cloudflare Workers with OAuth login.
- Local development and testing with MCP Inspector via SSE.
- Connect Claude Desktop using the mcp-remote proxy.
- Deploy with simple Wrangler command and npm scripts.
- OAuth data persisted through Cloudflare KV namespace.
Use cases of Remote MCP Server on Cloudflare
- Host custom MCP tools accessible from remote AI clients.
- Test MCP server locally before production deployment.
- Connect Claude Desktop to a secure remote MCP server.
- Provide OAuth‑protected MCP endpoints for AI assistants.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Run npx nx dev remote-mcp-server and open http://localhost:8787/ in your browser.
How do I test with MCP Inspector?
Run npx @modelcontextprotocol/inspector, select SSE transport, enter http://localhost:8787/sse as the URL, click Connect, and log in with any email and password.
How do I connect Claude Desktop to the server?
Add a configuration entry in Claude’s settings using npx mcp-remote with the SSE URL – http://localhost:8787/sse for local, or https://worker-name.account-name.workers.dev/sse for remote.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.
What if something goes wrong?
Restart Claude, test connectivity
云与基础设施 分类下的更多 MCP 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Cloudflare MCP Server
cloudflareKubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论