Remote MCP Server on Cloudflare
@wbbw1
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-wbbw1": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a guide for deploying a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It targets developers who want a remote, edge-hosted MCP server that can be accessed by clients like Claude Desktop or the MCP Inspector.
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 (opens at http://localhost:8787/). Deploy to Cloudflare using npm run deploy after creating an OAuth KV namespace. Connect clients by pointing them to the SSE endpoint (e.g., http://localhost:8787/sse or your workers.dev URL). Use npx @modelcontextprotocol/inspector to test, or configure Claude Desktop with npx mcp-remote pointing at the SSE URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login integration for secure access
- Local development with live reload via Nx
- One‑command deployment to Cloudflare Workers
- SSE transport for MCP client connectivity
- Works with MCP Inspector and Claude Desktop
- Remote proxy support via
mcp-remote
Use cases of Remote MCP Server on Cloudflare
- Running a remote math tool for Claude Desktop
- Prototyping MCP tools with the Inspector
- Hosting an authenticated MCP server on the edge
- Testing MCP capabilities without local installation
- Deploying a global MCP endpoint with Cloudflare’s network
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then execute npx nx dev remote-mcp-server. 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, and enter your server’s SSE URL (e.g., http://localhost:8787/sse). A mock login screen appears; input any email/password to authenticate.
How do I connect Claude Desktop to my remote server?
Edit your Claude Desktop config file and add an entry using npx mcp-remote pointing to the remote SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude; a browser login window should open.
How do I deploy the server to Cloudflare?
Create an OAuth KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
What should I do if I encounter connection issues?
Try restarting Claude, connect directly via npx mcp-remote http://localhost:8787/sse, or clear cached auth files 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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
评论