Remote MCP Server on Cloudflare
@rondweb
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-rondweb": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server deployed on Cloudflare Workers with OAuth login. It allows you to run and connect MCP tools from a cloudflare-based endpoint to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, and deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector or Claude Desktop using SSE transport with a /sse URL.
Key features of Remote MCP Server on Cloudflare
- Deploy to Cloudflare Workers with OAuth login
- SSE transport for remote MCP connections
- Works with MCP Inspector for local testing
- Connect to Claude Desktop via
mcp-remoteproxy - Mock login screen for development
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools on a scalable serverless platform
- Testing MCP servers locally with MCP Inspector
- Integrating custom MCP tools with Claude Desktop
- Prototyping OAuth‑protected MCP endpoints
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Switch the transport type to SSE in the Inspector and enter http://localhost:8787/sse (or your remote URL) as the server URL. After connecting, you will see a mock login screen – enter any email and password to proceed.
How do I deploy the server?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. Your server will be available at https://worker-name.account-name.workers.dev.
How can I debug connection issues?
Restart Claude Desktop, or test directly on the command line with npx mcp-remote http://localhost:8787/sse. If problems persist, clear cached auth files with rm -rf ~/.mcp-auth.
How do I connect Claude Desktop to my remote server?
Update the Claude Desktop config file to use the mcp-remote command with your server’s /sse URL, for example: "npx mcp-remote https://worker-name.account-name.workers.dev/sse".
What transport type does the server use?
It uses Server‑Sent Events (SSE). All connection URLs must end with /sse.
Frequently asked questions
How do I connect the MCP Inspector to my server?
Switch the transport type to SSE in the Inspector and enter `http://localhost:8787/sse` (or your remote URL) as the server URL. After connecting, you will see a mock login screen – enter any email and password to proceed.
How do I deploy the server?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`. Your server will be available at `https://worker-name.account-name.workers.dev`.
How can I debug connection issues?
Restart Claude Desktop, or test directly on the command line with `npx mcp-remote http://localhost:8787/sse`. If problems persist, clear cached auth files with `rm -rf ~/.mcp-auth`.
How do I connect Claude Desktop to my remote server?
Update the Claude Desktop config file to use the `mcp-remote` command with your server’s `/sse` URL, for example: `"npx mcp-remote https://worker-name.account-name.workers.dev/sse"`.
What transport type does the server use?
It uses Server‑Sent Events (SSE). All connection URLs must end with `/sse`.
Basic information
More Cloud & Infrastructure MCP 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.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments