Remote MCP Server on Cloudflare
@bhatiarajesh
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-bhatiarajesh": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A reference implementation that gets a remote MCP server running on Cloudflare Workers with OAuth login. It is intended for developers who want to build and deploy MCP servers accessible over the internet.
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. Deploy using npx wrangler kv namespace create OAUTH_KV, update wrangler.jsonc with the KV namespace ID, and run npm run deploy. Connect clients (MCP Inspector, Claude Desktop) via SSE at the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global deployment
- OAuth login flow integrated into the server
- Communicates via SSE (Server-Sent Events) transport
- Supports local development with hot-reload
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Deploy an MCP server publicly without managing infrastructure
- Test and debug MCP tools locally before deploying
- Connect Claude Desktop to a remote MCP server for AI tool use
- Build a template for your own cloud‑hosted MCP server
FAQ from Remote MCP Server on Cloudflare
What runtime does this server require?
Node.js and npm are needed for local development; a Cloudflare account is required for deployment.
How is authentication handled?
The server uses an OAuth login flow. During local development a mock login screen appears; after deployment, the real OAuth flow is used.
What transport protocol does the server use?
The server uses SSE (Server‑Sent Events) over HTTP. Clients connect to the server’s /sse endpoint.
How do I connect Claude Desktop to the server?
Update Claude’s configuration file to use npx mcp-remote with the server’s URL (e.g., https://worker-name.account-name.workers.dev/sse). Claude will open a browser window for OAuth login.
Where does authentication data live?
The README mentions that clearing ~/.mcp-auth can help during debugging, indicating OAuth tokens are stored locally in that directory.
云与基础设施 分类下的更多 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.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
评论