Remote MCP Server on Cloudflare
@mcpchina
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-mcpchina": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP server deployed on Cloudflare Workers with OAuth login, enabling MCP clients to connect via SSE over the internet.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector using the SSE URL, then deploy with npm run deploy after setting up a KV namespace. Configure Claude Desktop by adding an mcp-remote proxy in its config file pointing to the server’s SSE endpoint.
Key features of Remote MCP Server on Cloudflare?
- Deployed on Cloudflare Workers
- OAuth login for authentication
- SSE transport for MCP communication
- Local development with MCP Inspector
- Connect to Claude Desktop
- Remote access via workers.dev URL
Use cases of Remote MCP Server on Cloudflare?
- Develop and test MCP servers locally with the inspector.
- Deploy a production MCP server on Cloudflare Workers.
- Connect Claude Desktop to remote MCP tools securely.
- Enable OAuth-protected MCP endpoints for external clients.
FAQ from Remote MCP Server on Cloudflare
What runtime does it require?
Node.js and npm are required for local development and deployment.
How do I deploy the server?
Use npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect a remote client?
Use the MCP Inspector with the workers.dev URL and /sse path, or configure Claude Desktop with mcp-remote and the same URL.
Where does authentication data live?
OAuth state and tokens are stored in a Cloudflare KV namespace named OAUTH_KV.
What transport does the server use?
The server uses SSE (Server-Sent Events) as the
云与基础设施 分类下的更多 MCP 服务器
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.
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
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论