Remote MCP Server on Cloudflare
@remodlai
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-server2": {
"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 that runs on Cloudflare Workers with OAuth login, enabling clients like Claude Desktop to call tools over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using MCP Inspector (SSE transport) or Claude Desktop (configured with npx mcp-remote and the server’s URL). Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers
- OAuth login for authentication
- SSE transport for MCP clients
- Local development workflow
- MCP Inspector integration
- Deploy to Cloudflare with a single command
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools on a remote server accessible from anywhere
- Connect Claude Desktop to a remote tool server
- Test and debug MCP tools locally with the inspector
- Prototype and deploy an MCP server behind OAuth
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Set the transport type to SSE and enter http://localhost:8787/sse (or your remote URL) as the server URL. A mock login screen appears; input any email and password.
How do I connect Claude Desktop to my server?
Edit your Claude Desktop configuration file to add an MCP server entry with command npx and args mcp-remote followed by your server’s SSE URL (e.g., http://localhost:8787/sse). Restart Claude.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I debug connection issues?
Restart Claude, or try connecting directly via npx mcp-remote <url>. If needed, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
More Cloud & Infrastructure MCP servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
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