Remote MCP Server on Cloudflare
@AlphaRora
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-alpharora": {
"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 reference implementation for running a remote Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth login. It targets developers who want to host MCP tools on Cloudflare’s edge infrastructure.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to production by creating a KV namespace with npx wrangler kv namespace create OAUTH_KV, updating wrangler.jsonc, and running npm run deploy. Connect clients like the MCP Inspector or Claude Desktop by pointing them to the server’s SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Run MCP servers on Cloudflare Workers with OAuth login.
- Develop and test MCP servers locally before deploying.
- Connect to MCP Inspector for tool discovery and testing.
- Configure Claude Desktop via the
mcp-remoteproxy. - Deploy to a public
workers.devURL instantly. - Uses Cloudflare KV for OAuth state storage.
Use cases of Remote MCP Server on Cloudflare
- Host custom MCP tools on a globally distributed serverless platform.
- Prototype and demo MCP servers locally before production deployment.
- Provide MCP tools to remote AI assistants like Claude Desktop.
- Securely expose MCP servers with OAuth-based login flows.
FAQ from Remote MCP Server on Cloudflare
What dependencies or runtime are required?
Node.js and npm are needed to install dependencies and run local development commands. No additional tools beyond the Cloudflare Workers CLI (wrangler) are required for deployment.
How do I connect Claude Desktop to this server?
Add a configuration entry to Claude Desktop’s mcpServers section using the mcp-remote command and point args to the server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).
Where does OAuth session data live?
OAuth state is stored in a Cloudflare KV namespace (OAUTH_KV). You must create this namespace before deploying.
What transport does the server use?
The server uses SSE (Server-Sent Events) as its transport protocol. Clients connect to the /sse endpoint.
How can I debug connection issues?
Try connecting directly with npx mcp-remote http://localhost:8787/sse (local) or use the MCP Inspector. If needed, clear OAuth cached files in ~/.mcp-auth with rm -rf ~/.mcp-auth.
More Cloud & Infrastructure MCP servers
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments