Remote MCP Server on Cloudflare
@sreekanthkasani
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-figma": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a ready-to-deploy model context protocol server that runs on Cloudflare Workers and includes OAuth login integration. It is intended for developers who want to host an MCP server remotely and connect it to clients like Claude Desktop or the MCP Inspector.
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. Connect via SSE URL (e.g., http://localhost:8787/sse). To deploy, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, and run npm run deploy. Then use the deployed workers.dev/sse endpoint with any MCP client.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for serverless deployment
- Includes OAuth login for authentication
- Supports SSE (Server-Sent Events) transport
- Works with MCP Inspector and Claude Desktop
- Local development with hot reload via Nx
- Uses Cloudflare KV for OAuth state storage
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server for Claude Desktop to call tools over HTTP
- Develop and test MCP tools locally with the MCP Inspector
- Deploy a production MCP server with built-in OAuth authentication
- Share MCP tools with remote clients without exposing local infrastructure
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the remote server?
Add an entry to your Claude Desktop configuration file (claude_desktop_config.json) using npx mcp-remote pointing to your server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).
What do I need to deploy to Cloudflare?
You need a Cloudflare account, the Wrangler CLI (npx wrangler), and a KV namespace created via npx wrangler kv namespace create OAUTH_KV. The KV namespace ID must be added to your wrangler.jsonc file.
Where does OAuth session data live?
Session data is stored in Cloudflare KV under the namespace OAUTH_KV. Clearing local auth files (rm -rf ~/.mcp-auth) can help with debugging login issues.
Can I test the server without deploying?
Yes, run npx nx dev remote-mcp-server locally and connect via the MCP Inspector using http://localhost:8787/sse as the SSE URL.
How do I debug connection issues?
Restart Claude or test the connection directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear files in ~/.mcp-auth.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.

Google Maps
modelcontextprotocolModel Context Protocol Servers
评论