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
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?
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 Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
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.
Comments