Remote MCP Server on Cloudflare
@happy-shine
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": {
"my-mcp-server-happy-shine": {
"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?
This project lets you run a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It provides a complete workflow for developing, deploying, and connecting remote MCP servers to 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 using the MCP Inspector or configure Claude Desktop via a local proxy (mcp-remote). Deploy to Cloudflare Workers by creating a KV namespace and running npm run deploy, then point your MCP client to the workers.dev/sse URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access to the MCP server.
- Local development with MCP Inspector and SSE transport.
- Deploy to Cloudflare Workers for a remote server.
- Seamless integration with Claude Desktop via
mcp-remoteproxy. - Debugging commands and auth cache clearing.
- Uses SSE (Server-Sent Events) as transport protocol.
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools locally for testing and development.
- Connect Claude Desktop to a remote MCP server on Cloudflare.
- Deploy a custom MCP server with OAuth authentication.
- Debug MCP server connections using command-line tools.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my remote MCP server?
Edit Claude Desktop’s config file to include an entry with command: "npx", args: ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"], and restart Claude.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How can I debug connectivity issues?
Try connecting directly via the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the auth cache with rm -rf ~/.mcp-auth.
What transport protocol does the server use?
The server uses SSE (Server-Sent Events). In the MCP Inspector, set Transport Type to SSE and enter the server’s /sse URL.
What is the purpose of the OAuth login?
The OAuth login provides authentication for the MCP server. When connecting from a client like the MCP Inspector or Claude Desktop, you are redirected to a login screen (locally a mock screen, in production Cloudflare’s OAuth).
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
tfmcp: 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
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Comments