Remote MCP Server on Cloudflare
@kathayl
关于 Remote MCP Server on Cloudflare
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-kathayl": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is an MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling remote tool calling from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, and deploy to Cloudflare using npm run deploy after configuring a KV namespace. Connect clients via the /sse endpoint using an MCP Inspector or a local proxy (mcp-remote).
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access.
- Deploy on Cloudflare Workers for remote availability.
- SSE transport for real-time communication.
- Local development with MCP Inspector.
- Integration with Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on the edge for remote clients.
- Test and debug tools using the MCP Inspector.
- Connect Claude Desktop to a remote MCP server.
- Prototype and deploy custom MCP servers quickly.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Run npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an mcpServers entry to Claude Desktop’s config file, using mcp-remote as the command and the server’s /sse URL as an argument.
How do I deploy Remote MCP Server on 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 should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with npx mcp-remote <url>/sse. In rare cases, clear ~/.mcp-auth files.
常见问题
How do I connect the MCP Inspector to my server?
Run `npx @modelcontextprotocol/inspector`, set Transport Type to SSE, and enter `http://localhost:8787/sse` (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an `mcpServers` entry to Claude Desktop’s config file, using `mcp-remote` as the command and the server’s `/sse` URL as an argument.
How do I deploy Remote MCP Server on 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 should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with `npx mcp-remote <url>/sse`. In rare cases, clear `~/.mcp-auth` files.
基本信息
云与基础设施 分类下的更多 MCP 服务器
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

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
评论