Remote MCP Server on Cloudflare
@irvinebroque
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-d2w": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template repository for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure, remote access to MCP tools from 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, then deploy with npm run deploy after creating a Cloudflare KV namespace. Connect clients via SSE URL (e.g., http://localhost:8787/sse locally or the deployed workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Run MCP server locally and deploy to Cloudflare Workers.
- OAuth login for authenticated access.
- Connect via MCP Inspector for testing.
- Integrate with Claude Desktop using the
mcp-remoteproxy. - Uses SSE (Server-Sent Events) transport.
- Minimal configuration with a single
wrangler.jsoncfile.
Use cases of Remote MCP Server on Cloudflare
- Host custom MCP tools remotely for Claude Desktop.
- Develop and test MCP tools locally before deployment.
- Provide secure, authenticated MCP endpoints over the internet.
- Rapidly prototype and iterate on MCP tool implementations.
FAQ from Remote MCP Server on Cloudflare
What does this server actually do?
It provides a hosted MCP server endpoint on Cloudflare Workers that supports OAuth login, allowing any MCP client to connect and call the tools you define in the server code.
How do I connect Claude Desktop to this server?
Use the mcp-remote package as a local proxy: configure Claude’s MCP server with "command": "npx", "args": ["mcp-remote", "https://your-worker.workers.dev/sse"].
What are the runtime dependencies?
Node.js, npm, Cloudflare Workers, and a Cloudflare KV namespace for OAuth state. The local proxy mcp-remote is required for Claude Desktop.
Which transport does the server use?
Server-Sent Events (SSE) on the /sse endpoint.
Does the server include any built-in tools?
No; it is a scaffold. The README uses a “math” tool as an example, but you must define your own tools in the server code.
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论