Remote MCP Server on Cloudflare
@ackriv
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-ackriv": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a starter template to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to run MCP tools on Cloudflare’s edge and connect them to MCP clients like Claude Desktop.
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. For remote MCP clients, use the MCP Inspector or configure Claude Desktop with an mcp-remote proxy pointing to the SSE endpoint (e.g., http://localhost:8787/sse locally or your workers.dev URL after deployment). Deploy by creating a KV namespace for OAuth and running npm run deploy. Default mock login accepts any email and password.
Key features of Remote MCP Server on Cloudflare
- Run MCP server locally or on Cloudflare Workers
- Built-in OAuth login flow (mock for local dev)
- Uses SSE (Server-Sent Events) transport for MCP communication
- Integrates with MCP Inspector for testing and debugging
- Connects to Claude Desktop via the
mcp-remoteproxy tool - Simple deployment with
wranglerand a KV namespace
Use cases of Remote MCP Server on Cloudflare
- Prototype an MCP server locally before deploying to the cloud
- Host a public, remote MCP server on Cloudflare Workers
- Enable Claude Desktop to call custom tools over the internet
- Build and test MCP tools with the official MCP Inspector
FAQ from Remote MCP Server on Cloudflare
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then run npm run deploy. Your server will be available at a workers.dev URL (e.g., worker-name.account-name.workers.dev/sse).
How can I debug connection issues?
Restart Claude Desktop or test the server directly from the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the files in ~/.mcp-auth using rm -rf ~/.mcp-auth.
What transport does the server use?
The server uses SSE (Server-Sent Events) transport over HTTP. Clients connect to the /sse endpoint.
Does the server include authentication?
Yes, the server includes an OAuth login flow. In local development, a mock login screen accepts any email and password. When deployed, authentication is handled via OAuth.
How do I connect Claude Desktop to the server?
Update Claude Desktop’s configuration file to include an mcp-remote entry pointing to the SSE URL of your server (local or remote), then restart Claude Desktop.
云与基础设施 分类下的更多 MCP 服务器
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
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.
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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论