Remote MCP Server on Cloudflare
@subomi
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-subomi": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A guide to get a remote MCP server up-and-running on Cloudflare Workers complete with OAuth login, designed for developers who want to host and connect MCP tools remotely.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, adding the namespace ID to wrangler.jsonc, then running npm run deploy. Connect clients via the MCP Inspector at the /sse endpoint or configure Claude Desktop with a mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Hosts MCP servers on Cloudflare Workers
- Includes OAuth login for authentication
- Uses SSE (Server-Sent Events) transport
- Works with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Deployable to a
workers.devsubdomain
Use cases of Remote MCP Server on Cloudflare
- Running a remote MCP server with OAuth-based authentication
- Connecting Claude Desktop to remote MCP tools via SSE
- Developing and testing MCP servers locally before deploying to Cloudflare
FAQ from Remote MCP Server on Cloudflare
What does this project do?
It provides a complete setup to run a remote MCP server on Cloudflare Workers with OAuth login, including local development, deployment, and client connection instructions.
How do I deploy the server to Cloudflare?
Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, and run npm run deploy.
How do I connect Claude Desktop to the remote server?
Update Claude Desktop's config file to use npx mcp-remote with the Workers SSE URL (e.g., https://worker-name.account-name.workers.dev/sse) and restart Claude.
How do I test the server locally?
Run npx nx dev remote-mcp-server, then use the MCP Inspector at http://localhost:8787/sse to connect and test tools.
What if something goes wrong?
Restart Claude, try connecting directly with npx mcp-remote http://localhost:8787/sse, or clear the auth files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
评论