Remote MCP Server on Cloudflare
@merteraslan
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-merteraslan": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server running on Cloudflare Workers with OAuth login, enabling developers to deploy and host MCP tools globally.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy using npx wrangler kv namespace create OAUTH_KV, then npm run deploy. Connect via MCP Inspector or Claude Desktop using the SSE endpoint (/sse).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global deployment
- OAuth login for secure access
- Supports SSE transport for MCP communication
- Works with MCP Inspector for testing
- Integrates with Claude Desktop via
mcp-remoteproxy - Simple deploy workflow with Wrangler CLI
Use cases of Remote MCP Server on Cloudflare
- Deploy custom MCP tools to a globally accessible endpoint
- Enable remote MCP clients (e.g., Claude Desktop) to call tools
- Develop and test MCP servers locally before deploying
- Authenticate tool access via OAuth login flow
- Build a math tool or other MCP-based utilities
FAQ from Remote MCP Server on Cloudflare
What is the purpose of this project?
It provides a template to quickly create a remote MCP server on Cloudflare Workers with OAuth login.
How do I deploy the server?
Use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Update Claude’s config file to use the mcp-remote proxy pointing to your worker’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).
How do I debug connection issues?
Run npx mcp-remote http://localhost:8787/sse from the command line, or clear cached auth files with rm -rf ~/.mcp-auth.
What transport does the server use?
It uses SSE (Server-Sent Events) via the /sse endpoint.
云与基础设施 分类下的更多 MCP 服务器
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Cloudflare MCP Server
cloudflare🐋 Docker MCP server
ckreilingMCP server for Docker
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
评论