Remote MCP Server on Cloudflare
@osied-grdn
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-osied-grdn": {
"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 built to run on Cloudflare Workers with OAuth login, enabling developers to expose MCP tools over the internet and connect them to 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. To deploy, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy. Connect clients via the MCP Inspector or configure Claude Desktop using the mcp-remote command pointing to the server's SSE URL.
Key features of Remote MCP Server on Cloudflare
- Remote MCP server running on Cloudflare Workers
- OAuth login for authentication
- SSE transport for MCP communication
- Works with MCP Inspector and Claude Desktop
- Simple deployment with Wrangler CLI
- Local development and debugging support
Use cases of Remote MCP Server on Cloudflare
- Deploy custom MCP tools accessible from anywhere
- Connect Claude Desktop to a remote MCP server over the internet
- Develop and test MCP servers locally before deploying
- Use Cloudflare's global edge network for low‑latency access
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
In the Inspector, set Transport Type to SSE and enter http://localhost:8787/sse (or your deployed workers.dev/sse URL), then click Connect. You will be redirected to a login screen.
How do I connect Claude Desktop to the server?
Edit Claude Desktop's config file to add an mcpServers entry using npx mcp-remote followed by the server's SSE URL. Restart Claude; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, paste the resulting namespace ID into wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.
What should I do if things aren't working?
Try restarting Claude, connecting directly via npx mcp-remote <url>, or clearing cached auth files with rm -rf ~/.mcp-auth.
What transport does the server use?
The server communicates via Server‑Sent Events (SSE) at the /sse endpoint.
More Cloud & Infrastructure MCP servers
Cloudflare MCP Server
cloudflareLambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
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