Remote MCP Server on Cloudflare
@meethuhu
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-meethuhu": {
"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?
A remote MCP server deployed on Cloudflare Workers with built-in OAuth login, enabling developers to run Model Context Protocol tools over SSE (Server-Sent Events) and connect to them from local or remote clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace (npx wrangler kv namespace create OAUTH_KV), adding its ID to wrangler.jsonc, then running npm run deploy. Connect clients via the MCP Inspector or Claude Desktop using an SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse after deployment).
Key features of Remote MCP Server on Cloudflare
- OAuth login integrated into the MCP server.
- Runs on Cloudflare Workers for global availability.
- Uses SSE transport for remote connections.
- Local development supported with a mock login screen.
- Compatible with MCP Inspector and Claude Desktop.
- Deployable with a single command using Wrangler.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools as a remote service accessible over the internet.
- Connect Claude Desktop to an MCP server without running it locally.
- Test and debug MCP tools interactively with the MCP Inspector.
- Deploy edge-hosted MCP servers using Cloudflare’s infrastructure.
FAQ from Remote MCP Server on Cloudflare
What Cloudflare services are required?
A Cloudflare Workers KV namespace (created via wrangler kv namespace create OAUTH_KV) is required for OAuth storage.
How do I connect Claude Desktop to the remote server?
Add a configuration entry in Claude Desktop’s mcpServers using npx mcp-remote with the SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). The server’s OAuth login will open in a browser window.
Can I develop and test locally before deploying?
Yes. Run npx nx dev remote-mcp-server to start a local instance at http://localhost:8787/. Use the MCP Inspector with http://localhost:8787/sse to test, and a mock login screen appears for authentication.
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy. The server will be available at a workers.dev URL.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) via the /sse endpoint. All client connections (Inspector, Claude Desktop, CLI) must point to this URL.
More Cloud & Infrastructure MCP servers
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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments