Remote MCP Server on Cloudflare
@CyberTwizted
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-cybertwizted": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A template to quickly set up a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to run MCP tools with authentication on Cloudflare’s edge platform.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy. Connect clients (MCP Inspector or Claude Desktop) using the SSE endpoint at /sse.
Key features of Remote MCP Server on Cloudflare
- OAuth login integration for secure access
- Deployable to Cloudflare Workers’ global network
- Local development with live reload
- Compatible with MCP Inspector for tool testing
- Works with Claude Desktop via
mcp-remoteproxy
Use cases of Remote MCP Server on Cloudflare
- Running a remote MCP server with authentication
- Developing and testing custom MCP tools locally
- Connecting MCP tools to Claude Desktop from any location
- Rapid prototyping of AI‑powered tool integrations
FAQ from Remote MCP Server on Cloudflare
How do I run the MCP server locally?
Clone the repo, install dependencies, then run npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then execute npm run deploy.
How do I connect Claude Desktop to my server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an entry pointing npx mcp-remote to your server’s SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse after deployment).
How do I debug connection issues?
Restart Claude, or test connectivity directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth files with rm -rf ~/.mcp-auth.
How do I connect using MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter your server’s SSE URL (e.g., http://localhost:8787/sse). Complete the OAuth login to access and call tools.
云与基础设施 分类下的更多 MCP 服务器
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论