Remote MCP Server on Cloudflare
@zzzkl
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-zzzkl": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a project that lets you run a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is designed for developers who want to deploy and connect MCP tools remotely.
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. To connect, use the MCP Inspector (set Transport Type to SSE and enter http://localhost:8787/sse) or configure Claude Desktop with the mcp-remote command pointing to your server URL. Deploy using npm run deploy after creating a KV namespace for OAuth.
Key features of Remote MCP Server on Cloudflare
- Run a remote MCP server on Cloudflare Workers
- OAuth login for authentication
- Local development with hot reload
- Connect via MCP Inspector or Claude Desktop
- Deploy with a single
npm run deploycommand - Debugging with
mcp-remoteCLI
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools accessible from anywhere
- Testing MCP tools locally before deploying
- Integrating MCP tools with Claude Desktop remotely
- Using MCP Inspector to explore and invoke tools
- Building serverless MCP endpoints with Cloudflare
FAQ from Remote MCP Server on Cloudflare
What is an MCP server?
An MCP (Model Context Protocol) server exposes tools that AI clients like Claude can discover and call. This project creates such a server on Cloudflare Workers.
How do I deploy my own instance?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace 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?
Update your Claude configuration file to add an MCP server entry using npx mcp-remote as the command and your server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse) as the argument.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) – connect to the /sse endpoint.
How can I debug connection issues?
Restart Claude, or try connecting directly via the command line with npx mcp-remote http://localhost:8787/sse. If needed, clear cached auth files 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
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
评论