Remote MCP Server on Cloudflare
@w4nd3r1ingY4k
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-w4nd3r1ingy4k": {
"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 starter project to run a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is designed for developers who want to host MCP tools remotely and connect them to MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server. Deploy with npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via the MCP Inspector (SSE transport) or by configuring Claude Desktop to use the server’s URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Supports SSE transport for remote connections
- Full local development with MCP Inspector
- Deployable with a single command
- Integrates with Claude Desktop via mcp-remote proxy
- Built‑in debug tools and mock login for testing
Use cases of Remote MCP Server on Cloudflare
- Hosting an MCP server on the edge for remote access
- Prototyping MCP tools with the MCP Inspector
- Connecting Claude Desktop to a remote MCP server
- Testing OAuth flows for MCP authentication
- Deploying a production‑ready remote MCP endpoint
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the server use?
The server uses SSE (Server‑Sent Events) as the transport. Clients connect to the /sse endpoint.
How do I connect Claude Desktop to my remote MCP server?
Update the Claude Desktop config file to use npx mcp-remote with your server’s URL (e.g., https://worker-name.account-name.workers.dev/sse). A browser login window will open.
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
What should I do if I encounter issues?
Restart Claude or test the server directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may also help in rare cases.
Do I need an actual OAuth provider to run locally?
No. The local development version uses a mock login screen that accepts any email and password for testing.
Frequently asked questions
What transport protocol does the server use?
The server uses SSE (Server‑Sent Events) as the transport. Clients connect to the `/sse` endpoint.
How do I connect Claude Desktop to my remote MCP server?
Update the Claude Desktop config file to use `npx mcp-remote` with your server’s URL (e.g., `https://worker-name.account-name.workers.dev/sse`). A browser login window will open.
How do I deploy the server to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
What should I do if I encounter issues?
Restart Claude or test the server directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may also help in rare cases.
Do I need an actual OAuth provider to run locally?
No. The local development version uses a mock login screen that accepts any email and password for testing.
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
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
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.
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
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments