Remote MCP Server on Cloudflare
@basehub-ai
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": {
"example-remote-mcp-server": {
"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 Model Context Protocol (MCP) server deployed on Cloudflare Workers with built-in OAuth login. It enables developers to run remote MCP servers that can be accessed by MCP 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. Connect the MCP Inspector or Claude Desktop by providing the SSE endpoint URL (e.g. /sse). Deploy to Cloudflare with npm run deploy after creating an OAuth KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers.
- OAuth login for secure access.
- SSE transport for real‑time tool calls.
- Compatible with MCP Inspector and Claude Desktop.
- Local development workflow with hot reload.
- One‑command deployment via Wrangler.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on a globally distributed serverless platform.
- Connect Claude Desktop to a cloud‑hosted MCP server for remote tools.
- Develop and test MCP servers locally before deployment.
- Provide authenticated MCP access to team members or applications.
FAQ from Remote MCP Server on Cloudflare
What dependencies are required?
Node.js, npm, and a Cloudflare account. The project uses nx for local development and wrangler for deployment.
How do I connect Claude Desktop to my remote server?
Add an entry in Claude Desktop’s config file using npx mcp-remote with your Workers URL and the /sse path (e.g. "https://worker-name.account-name.workers.dev/sse").
Where is OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace named OAUTH_KV. You must create this namespace before deploying.
How can I debug connectivity issues?
Restart Claude Desktop, or test the connection directly with npx mcp-remote <URL>. If authentication persists, remove ~/.mcp-auth files and retry.
What transport does the server use?
The server communicates over Server‑Sent Events (SSE). The MCP inspector and client must configure the transport type to SSE and connect to the /sse endpoint.
More Cloud & Infrastructure MCP servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Cloudflare MCP Server
cloudflaretfmcp: 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
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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
Comments