Remote MCP Server on Cloudflare
@zjf2671
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-zjf2671": {
"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 project to set up a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It allows hosting MCP tools that can be accessed remotely from clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Deploy to Cloudflare by creating a KV namespace with wrangler kv namespace create OAUTH_KV and running npm run deploy. Connect to the server using the MCP Inspector or configure Claude Desktop with the mcp-remote proxy pointing to the SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers
- OAuth login for authenticated access
- Develop locally with live reload via
nx dev - Connect via SSE transport at the
/sseendpoint - Integrate with Claude Desktop via
mcp-remoteproxy
Use cases of Remote MCP Server on Cloudflare
- Host math or custom tools for AI assistants like Claude
- Build and test MCP tools remotely with OAuth authentication
- Prototype MCP servers locally before deploying globally
- Connect any SSE‑compatible MCP client to a Cloudflare‑hosted server
FAQ from Remote MCP Server on Cloudflare
What is this project about?
It provides a template to run an MCP server on Cloudflare Workers, including OAuth login, so tools can be accessed securely over the internet.
How do I debug the server if something goes wrong?
Restart Claude or try connecting directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the credentials with rm -rf ~/.mcp-auth.
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 my remote server?
Edit Claude’s config file to use npx with mcp-remote and the server’s workers.dev SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).
What transport does the server use?
It uses Server‑Sent Events (SSE) at the /sse endpoint for client communication.
Frequently asked questions
What is this project about?
It provides a template to run an MCP server on Cloudflare Workers, including OAuth login, so tools can be accessed securely over the internet.
How do I debug the server if something goes wrong?
Restart Claude or try connecting directly with `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear the credentials with `rm -rf ~/.mcp-auth`.
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 my remote server?
Edit Claude’s config file to use `npx` with `mcp-remote` and the server’s `workers.dev` SSE URL (e.g., `https://worker-name.account-name.workers.dev/sse`).
What transport does the server use?
It uses Server‑Sent Events (SSE) at the `/sse` endpoint for client communication.
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
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.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift

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
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments