Remote MCP Server on Cloudflare
@sergimiral
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"archie-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
The Remote MCP Server on Cloudflare is a starter project that helps developers deploy a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It provides a secure, serverless way to expose MCP tools over HTTP using SSE (Server-Sent Events) transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server. Test with the MCP Inspector (npx @modelcontextprotocol/inspector) or connect Claude Desktop by configuring its mcpServers entry with the mcp-remote proxy pointing to your local or deployed /sse endpoint. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Built on Cloudflare Workers for serverless deployment.
- Includes OAuth-based login for secure access.
- Supports SSE (Server-Sent Events) transport.
- Can be tested locally with MCP Inspector.
- Integrates with Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Deploy custom MCP tools to the edge.
- Provide authenticated MCP endpoints to remote clients.
- Develop and test MCP servers locally before production deployment.
- Connect Claude Desktop to remote tools with OAuth.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my local MCP server?
Configure Claude Desktop’s claude_desktop_config.json with a mcpServers entry using mcp-remote and the URL http://localhost:8787/sse. Restart Claude to see the tools.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. Your server will be available at a workers.dev URL.
How do I connect to the deployed remote MCP server?
Use the workers.dev URL with the /sse path in MCP Inspector or Claude Desktop configuration (e.g., https://worker-name.account-name.workers.dev/sse).
What if something goes wrong?
Restart Claude, try connecting via command line with npx mcp-remote http://localhost:8787/sse, or clear authentication files with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
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
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论