Remote MCP Server on Cloudflare
@cmsparks
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-2": {
"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 and guide for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It helps developers quickly deploy a remote MCP server that clients such as the MCP Inspector or Claude Desktop can use over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace, add its ID to wrangler.jsonc, and run npm run deploy. Connect clients like the MCP Inspector or Claude Desktop using the server’s SSE endpoint (e.g., localhost:8787/sse locally, or the Workers URL remotely).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for scalable, remote access
- Includes OAuth‑based login flow for secure tool access
- Works with the MCP Inspector for local tool testing
- Connects to Claude Desktop via a local proxy (
mcp-remote) - Supports both local development and production deployment
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server for use by AI assistants like Claude
- Test and debug MCP tools locally with the MCP Inspector
- Connect Claude Desktop to a self‑hosted, remote MCP server with authentication
- Provide a reference implementation for Cloudflare‑based MCP servers
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse as the URL. Login with any email and password to see and call tools.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler@latest kv namespace create remote-mcp-server-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 Claude Desktop to the remote server?
In Claude Desktop’s MCP config file, add an entry using npx mcp-remote with the workers.dev URL (e.g., npx mcp-remote https://your-worker.workers.dev/sse). Restart Claude, and a browser will open for OAuth login.
What if something goes wrong?
Restart Claude, or test the server directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
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
Mcp K8s Go
strowkMCP server connecting to Kubernetes
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
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
评论