Remote MCP Server on Cloudflare
@drillan
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cloudflare-mcp-server-test": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A guide and starter repository for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, allowing AI assistants like Claude to call tools remotely.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then configure the MCP Inspector or Claude Desktop to connect via SSE. Deploy using npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers
- Includes OAuth login flow
- Supports SSE transport for remote connections
- Works with MCP Inspector for testing
- Integrates with Claude Desktop via a local proxy
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote math tool for Claude to call
- Test MCP endpoints locally with the inspector
- Enable cloud-hosted tools for AI assistants
FAQ from Remote MCP Server on Cloudflare
How do I test the server locally?
Run npx nx dev remote-mcp-server and open http://localhost:8787/ in a browser, then connect the MCP Inspector with SSE transport to http://localhost:8787/sse.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to a remote server?
Update the Claude configuration file with npx mcp-remote and the https://worker-name.account-name.workers.dev/sse URL, then restart Claude.
What if something goes wrong?
Try restarting Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help.
云与基础设施 分类下的更多 MCP 服务器
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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.
评论