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

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments