Remote MCP Server on Cloudflare
@Rahulsree1
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rjcgg-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a guide and starter repository to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to host MCP-based AI tools remotely and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with pnpm install, and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy. Connect using the MCP Inspector or Claude Desktop by pointing to the SSE endpoint (e.g., http://localhost:8787/sse locally or a workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers globally.
- Includes OAuth-based authentication.
- Uses SSE (Server-Sent Events) transport.
- Works with the MCP Inspector for testing.
- Connects to Claude Desktop via a remote proxy.
- Deployable with a single command.
Use cases of Remote MCP Server on Cloudflare
- Hosting a private, OAuth-protected MCP server for AI assistants.
- Exposing custom MCP tools to Claude Desktop from anywhere.
- Developing and testing MCP servers locally before cloud deployment.
- Integrating MCP with Cloudflare’s edge network for low-latency access.
FAQ from Remote MCP Server on Cloudflare
What dependencies are required to run this server?
Node.js, pnpm, and a Cloudflare account. For local development, also install the Wrangler CLI.
How do I run the server locally?
Clone the repo, run pnpm install, then npx nx dev remote-mcp-server. The server is available at http://localhost:8787/.
How do I deploy the server to Cloudflare?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV and copy the ID into wrangler.jsonc. Then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Add an entry to your Claude configuration file using npx mcp-remote with the workers.dev SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).
How can I debug connection issues?
Restart Claude, try connecting directly via npx mcp-remote http://localhost:8787/sse, or clear cached files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
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 K8s Go
strowkMCP server connecting to Kubernetes
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论