Remote MCP Server on Cloudflare
@shahedamin
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-shahedamin": {
"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 invocation from MCP clients like the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npm run deploy after setting up a KV namespace (npx wrangler kv namespace create OAUTH_KV). Connect MCP clients by pointing them to the SSE endpoint (e.g., http://localhost:8787/sse locally or the Workers URL).
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker with OAuth authentication.
- Uses SSE (Server-Sent Events) transport for MCP communication.
- Supports local development with mock login.
- Deployable to a public
workers.devURL. - Compatible with MCP Inspector and Claude Desktop via
mcp-remoteproxy. - Includes a built‑in math tool as an example.
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools accessible from any MCP client anywhere.
- Prototyping and testing MCP servers locally before deploying globally.
- Integrating cloud‑hosted tools with Claude Desktop using OAuth login.
- Demonstrating a complete MCP deployment pipeline from local to production.
FAQ from Remote MCP Server on Cloudflare
What dependencies are required to run this server?
You need Node.js, npm, and the Cloudflare Wrangler CLI (npx wrangler). The project uses nx for monorepo orchestration.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.
How can I test the MCP server locally?
Start the development server with npx nx dev remote-mcp-server, then connect using the MCP Inspector (npx @modelcontextprotocol/inspector) with URL http://localhost:8787/sse and SSE transport.
How do I connect Claude Desktop to the remote server?
Update Claude’s config file to use mcp-remote with the Workers URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude; a browser will open for OAuth login.
How can I clear authentication issues?
If login problems persist, clear the cached auth files with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
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.
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.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Cloudflare MCP Server
cloudflareKubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
评论