Remote MCP Server on Cloudflare
@whoesli
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-whoesli": {
"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 deploying a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It allows AI clients like Claude Desktop to call tools hosted on Cloudflare’s edge network via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector by selecting SSE transport and entering http://localhost:8787/sse. For Claude Desktop, configure mcpServers in the Claude config file using npx mcp-remote http://localhost:8787/sse. Deploy to Cloudflare with npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, and run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login flow.
- Uses SSE transport for MCP communication.
- Provides a math tool (add) as an example.
- Integrates with MCP Inspector for testing.
- Works with Claude Desktop via a local proxy.
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools for AI assistants on a serverless platform.
- Testing MCP tool development locally before deploying globally.
- Connecting Claude Desktop to remote tools for extended functionality.
FAQ from Remote MCP Server on Cloudflare
How do I run the MCP server locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Access the server at http://localhost:8787/.
How do I connect Claude Desktop to the remote server?
Add a configuration entry in Claude Desktop’s config file with command npx mcp-remote and args ["https://worker-name.account-name.workers.dev/sse"].
How do I deploy the server 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.
What transport does the server use?
It uses SSE (Server-Sent Events) as the transport protocol.
How do I debug connection issues?
Restart Claude, try connecting directly via npx mcp-remote http://localhost:8787/sse, or clear cached auth files by removing the ~/.mcp-auth directory.
云与基础设施 分类下的更多 MCP 服务器
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
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
评论