Remote MCP Server on Cloudflare
@bfollington
关于 Remote MCP Server on Cloudflare
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-bfollington": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a template for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to deploy a remote MCP server that can be accessed by MCP clients such as Claude Desktop.
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. Connect the MCP Inspector over SSE, or configure Claude Desktop to use a local proxy via mcp-remote. Deploy to Cloudflare with npm run deploy after creating an OAUTH_KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker
- Supports OAuth login flow
- Uses SSE (Server-Sent Events) transport
- Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Provides local and remote deployment modes
Use cases of Remote MCP Server on Cloudflare
- Hosting a remote MCP server that requires authentication
- Building and testing MCP tools with the MCP Inspector
- Connecting Claude Desktop to a custom remote MCP server
- Deploying MCP servers on Cloudflare’s edge infrastructure
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Run npx nx dev remote-mcp-server from the repository root; the server will be available at http://localhost:8787/.
How do I connect the MCP Inspector to my server?
Start the inspector with npx @modelcontextprotocol/inspector, set transport type to SSE, enter http://localhost:8787/sse as the URL, and log in with any email and password.
How do I connect Claude Desktop?
Add an entry to Claude Desktop’s config file that points npx mcp-remote to the server’s /sse endpoint (local or deployed URL).
How do I deploy the server to Cloudflare?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How can I debug connection issues?
Restart Claude or test directly via npx mcp-remote http://localhost:8787/sse. If needed, clear stored auth files with rm -rf ~/.mcp-auth.
常见问题
How do I run the server locally?
Run `npx nx dev remote-mcp-server` from the repository root; the server will be available at `http://localhost:8787/`.
How do I connect the MCP Inspector to my server?
Start the inspector with `npx @modelcontextprotocol/inspector`, set transport type to `SSE`, enter `http://localhost:8787/sse` as the URL, and log in with any email and password.
How do I connect Claude Desktop?
Add an entry to Claude Desktop’s config file that points `npx mcp-remote` to the server’s `/sse` endpoint (local or deployed URL).
How do I deploy the server to Cloudflare?
First create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
How can I debug connection issues?
Restart Claude or test directly via `npx mcp-remote http://localhost:8787/sse`. If needed, clear stored auth files with `rm -rf ~/.mcp-auth`.
基本信息
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
🐋 Docker MCP server
ckreilingMCP server for Docker
评论