Remote MCP Server on Cloudflare
@su27mig31
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-su27mig31": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template repository to quickly set up a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to expose MCP tools to remote clients such as Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with pnpm (pnpm install), and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace for OAuth (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, then run npm run deploy. Connect any MCP client (Inspector or Claude Desktop) via SSE to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure remote access
- SSE (Server-Sent Events) transport for MCP
- Deploy on Cloudflare Workers (global, low-latency)
- Works with the official MCP Inspector and Claude Desktop
- Local development workflow using Nx and pnpm
Use cases of Remote MCP Server on Cloudflare
- Provide a remote, OAuth-protected MCP server for LLM tools
- Connect Claude Desktop to a custom MCP server running in the cloud
- Build and test MCP tools locally, then deploy them globally
- Share MCP tools across teams via an authenticated endpoint
FAQ from Remote MCP Server on Cloudflare
What dependencies are required?
The project uses pnpm, Node.js, and Nx. For deployment, the Cloudflare Wrangler CLI and a Cloudflare account are needed.
How do I debug connection issues?
Restart Claude, or test the server directly with the command npx mcp-remote <URL>. Clearing the local auth cache (rm -rf ~/.mcp-auth) can also help.
Where are OAuth data stored?
The server uses a Cloudflare KV namespace (OAUTH_KV) to manage OAuth state and tokens.
Does this support HTTPS?
Yes, when deployed on Cloudflare Workers, the server is served over HTTPS using the worker’s workers.dev subdomain.
Which transport does the server use?
The MCP server communicates via SSE (Server-Sent Events) at the /sse endpoint.
云与基础设施 分类下的更多 MCP 服务器
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Supabase MCP Server
coleam00Supabase MCP server created in Python.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
评论