Remote MCP Server on Cloudflare
@Spel
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-server1-spel": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a template that lets you run a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is designed for developers who want a remote, secure MCP endpoint that can be connected to MCP clients like Claude Desktop or the MCP Inspector.
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. To connect clients, use npx @modelcontextprotocol/inspector for the MCP Inspector or configure Claude Desktop with "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"] for local testing. Deploy to Cloudflare with npx wrangler kv namespace create OAUTH_KV then npm run deploy, and point clients to your workers.dev URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with Server-Sent Events (SSE) transport.
- Includes OAuth login for authentication.
- Supports local development and remote deployment.
- Connects seamlessly to MCP Inspector and Claude Desktop.
- Uses a local proxy (
mcp-remote) for Claude Desktop connectivity.
Use cases of Remote MCP Server on Cloudflare
- Hosting a remote MCP server with built-in OAuth authentication.
- Testing MCP tools locally with the MCP Inspector.
- Integrating MCP tools into Claude Desktop via a remote proxy.
- Deploying a production-ready MCP endpoint on Cloudflare’s edge network.
FAQ from Remote MCP Server on Cloudflare
How do I deploy my own Remote MCP Server on 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. Your server will be available at a workers.dev URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Edit your Claude Desktop configuration file to include an entry with "command": "npx" and "args": ["mcp-remote", "https://your-worker.your-account.workers.dev/sse"]. Restart Claude and a browser window will open for login.
What transport does Remote MCP Server on Cloudflare use?
The server uses Server-Sent Events (SSE) as the transport protocol. Clients connect to the /sse endpoint.
Does Remote MCP Server on Cloudflare include authentication?
Yes, it includes OAuth login. When you connect via the MCP Inspector or Claude Desktop, you are redirected to a login screen (locally a mock screen) to authenticate.
How can I debug Remote MCP Server on Cloudflare?
Try restarting Claude, or test the server directly with npx mcp-remote http://localhost:8787/sse. If issues persist, clear the ~/.mcp-auth directory with rm -rf ~/.mcp-auth.
Frequently asked questions
How do I deploy my own Remote MCP Server on 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`. Your server will be available at a `workers.dev` URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Edit your Claude Desktop configuration file to include an entry with `"command": "npx"` and `"args": ["mcp-remote", "https://your-worker.your-account.workers.dev/sse"]`. Restart Claude and a browser window will open for login.
What transport does Remote MCP Server on Cloudflare use?
The server uses Server-Sent Events (SSE) as the transport protocol. Clients connect to the `/sse` endpoint.
Does Remote MCP Server on Cloudflare include authentication?
Yes, it includes OAuth login. When you connect via the MCP Inspector or Claude Desktop, you are redirected to a login screen (locally a mock screen) to authenticate.
How can I debug Remote MCP Server on Cloudflare?
Try restarting Claude, or test the server directly with `npx mcp-remote http://localhost:8787/sse`. If issues persist, clear the `~/.mcp-auth` directory with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.

HostTracker
HostTrackerHostTracker is a website and infrastructure monitoring service that has run external checks since 2004 for more than 500,000 websites. Its official MCP server lets an AI assistant operate a HostTracker account directly i
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
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
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Comments