Remote MCP Server on Cloudflare
@anishone
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-test1": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure tool access from any MCP client.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then deploy via npm run deploy. Connect clients using the SSE endpoint (e.g., http://localhost:8787/sse). Use the MCP Inspector or configure Claude Desktop with a mcp-remote proxy to the server’s URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure remote access
- Deployable to Cloudflare Workers (edge network)
- Uses SSE (Server-Sent Events) transport
- Local development with MCP Inspector support
- Integration with Claude Desktop via
mcp-remoteproxy - Mock authentication for testing
Use cases of Remote MCP Server on Cloudflare
- Running remote MCP tools accessible from any MCP client
- Providing a secure, authenticated MCP server on the edge
- Testing MCP tool integration with Cloudflare Workers
- Deploying custom MCP servers with OAuth authentication
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the server use?
The server uses SSE (Server-Sent Events) transport, with the endpoint /sse.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s mcpServers with the mcp-remote command and the server’s SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse when deployed).
How do I debug connection issues?
Restart Claude, or test the connection using npx mcp-remote <url>. If needed, clear cached auth files with rm -rf ~/.mcp-auth.
Does the server require authentication?
Yes, it includes OAuth login. Locally, a mock login screen accepts any email and password; when deployed, real OAuth is used.
云与基础设施 分类下的更多 MCP 服务器
Cloudflare MCP Server
cloudflareQuery | 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.
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
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
评论