Remote MCP Server on Cloudflare
@MichielMAnalytics
About Remote MCP Server on Cloudflare
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-michielmanalytics": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a guide and template to deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host MCP servers accessible over the internet, complete with authentication.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), and run locally with npx nx dev remote-mcp-server. For production, deploy using npm run deploy after configuring a KV namespace. Connect clients via the MCP Inspector or Claude Desktop using the mcp-remote proxy and the server’s SSE endpoint (e.g., http://localhost:8787/sse locally or worker-name.account-name.workers.dev/sse after deployment).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for scalable hosting.
- Includes OAuth-based login for secure access.
- Uses Server-Sent Events (SSE) as the transport.
- Supports local development and remote deployment.
- Integrates with MCP Inspector and Claude Desktop.
- Provides a mock login for local testing.
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools on the edge with Cloudflare Workers.
- Testing MCP servers locally using the MCP Inspector.
- Connecting Claude Desktop to remote MCP tools via a proxy.
- Adding OAuth authentication to MCP interactions.
- Rapid prototyping and debugging of MCP-based workflows.
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the remote MCP server use?
It uses Server-Sent Events (SSE). The local endpoint is http://localhost:8787/sse and the remote endpoint is https://worker-name.account-name.workers.dev/sse.
How do I connect Claude Desktop to the server?
In Claude Desktop’s config file, add an entry using the npx mcp-remote command pointing to the server’s SSE URL, for example: "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"].
How do I handle authentication locally?
When testing locally, the MCP Inspector or Claude Desktop will navigate to a mock login screen where you can input any email and password to log in.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV to create a KV namespace, add its ID to wrangler.jsonc, then run npm run deploy.
How can I debug connection issues?
Restart Claude, try connecting with npx mcp-remote http://localhost:8787/sse from the command line, or clear the ~/.mcp-auth directory.
More Cloud & Infrastructure MCP servers

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Comments