Remote MCP Server on Cloudflare
@zaijunxin
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-zaijunxin": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A project that deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It helps developers build, test locally, and deploy server-side MCP tools accessible from Claude Desktop or other MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Test via MCP Inspector using SSE transport and http://localhost:8787/sse. Deploy by creating an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, adding the ID to wrangler.jsonc, then running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers
- Includes OAuth user login flow
- Supports SSE transport for clients
- Deployable to a workers.dev URL
- Works with MCP Inspector and Claude Desktop
- Local development with mock login
Use cases of Remote MCP Server on Cloudflare
- Deploy secure, remote MCP tools accessible over the internet
- Build and test MCP tools locally before cloud deployment
- Connect Claude Desktop to a remote MCP server via a local proxy
- Use MCP Inspector to explore and call server tools remotely
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Open http://localhost:8787/ in a browser.
How do I deploy to Cloudflare?
Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the server?
Configure Claude Desktop's mcpServers to use the mcp-remote package with the SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse remote).
How do I test the server with MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter the server URL with /sse, and click "Connect".
How do I debug connection issues?
Restart Claude, try connecting directly with npx mcp-remote <url>, or clear stored data with rm -rf ~/.mcp-auth.
云与基础设施 分类下的更多 MCP 服务器
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论