Remote MCP Server on Cloudflare
@istinyepark
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-istinyepark": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a project that demonstrates how to run a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to create and test remote MCP tools accessible over HTTP via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository from GitHub, install dependencies with npm, run the server locally with npx nx dev remote-mcp-server on port 8787, then connect any MCP client (e.g., MCP Inspector or Claude Desktop) using SSE at the /sse endpoint. To deploy, use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, and run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for remote access.
- Includes OAuth-based login flow.
- Uses SSE transport for MCP communication.
- Supports local development with hot reload.
- Deployable to a
workers.devURL.
Use cases of Remote MCP Server on Cloudflare
- Connect Claude Desktop to a remote MCP server for custom tool use.
- Test MCP tools locally with the MCP Inspector before deployment.
- Build and host MCP tools accessible from any remote MCP client.
- Prototype OAuth‑protected MCP APIs on Cloudflare’s edge.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the MCP server?
Add a configuration entry in Claude Desktop’s JSON config file using the mcp-remote command, pointing to the server’s /sse URL (e.g., "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"] for local, or the workers.dev URL for remote).
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. The server will be available at a workers.dev URL.
What transport does the MCP server use?
The server uses Server‑Sent Events (SSE) as its transport protocol. Clients connect to the /sse endpoint.
How can I debug connection issues?
Restart Claude Desktop, or test the MCP server from the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, delete the authentication cache with rm -rf ~/.mcp-auth.
What are the runtime dependencies?
The project requires Node.js, npm, and npx. For local development, it uses Nx and the MCP Inspector. Deployment uses Wrangler (Cloudflare Workers CLI). No additional remote services are needed.
云与基础设施 分类下的更多 MCP 服务器
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
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
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
评论