Remote MCP Server on Cloudflare
@langhai8045
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-langhai8045": {
"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 guide to get a remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login. It is intended for developers who want to deploy MCP tools to Cloudflare and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Then connect via the MCP Inspector (using SSE transport) or configure Claude Desktop with a mcp-remote proxy pointing to the local or deployed /sse endpoint. Finally, deploy to Cloudflare using npm run deploy after setting up an OAuth KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Supports local development and testing
- Connects to MCP Inspector via SSE transport
- Integrates with Claude Desktop via
mcp-remoteproxy - Deployable to production with a single command
- Includes debugging and cache-clearing instructions
Use cases of Remote MCP Server on Cloudflare
- Develop and test MCP tools locally using the MCP Inspector
- Deploy a production‑ready remote MCP server on Cloudflare Workers
- Connect Claude Desktop to a remote MCP server over HTTP
- Explore and invoke MCP tools with a browser‑based inspector
FAQ from Remote MCP Server on Cloudflare
What transport type does the MCP server use?
The server uses SSE (Server‑Sent Events) as the transport type.
How do I run the server locally?
Clone the repository, run npm install, then execute npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I deploy the server to Cloudflare?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Add a mcp-remote entry in Claude’s configuration file pointing to the server’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).
How can I debug connection issues?
Try restarting Claude, or connect directly from the command line with npx mcp-remote <url>/sse. If needed, clear cached files with rm -rf ~/.mcp-auth.
Frequently asked questions
What transport type does the MCP server use?
The server uses SSE (Server‑Sent Events) as the transport type.
How do I run the server locally?
Clone the repository, run `npm install`, then execute `npx nx dev remote-mcp-server`. The server will be available at `http://localhost:8787/`.
How do I deploy the server to Cloudflare?
First create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to the remote server?
Add a `mcp-remote` entry in Claude’s configuration file pointing to the server’s `/sse` URL (e.g., `https://worker-name.account-name.workers.dev/sse`).
How can I debug connection issues?
Try restarting Claude, or connect directly from the command line with `npx mcp-remote <url>/sse`. If needed, clear cached files with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
Muumuu Domain MCP Server
pepaboThe official MCP server for Muumuu Domain by GMO Pepabo, Inc — the first remote MCP server in the Japanese domain registrar industry. Search and register domains, manage owned domains and contracts, and configure DNS rec

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL — and keep editing the site in place at the

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Comments