Remote MCP Server on Cloudflare
@cnndabbler
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-cnndabbler": {
"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?
Remote MCP Server on Cloudflare is a server that runs on Cloudflare Workers, providing a remote MCP (Model Context Protocol) endpoint with OAuth login. It is designed for developers who want to deploy and connect MCP-compatible clients (like Claude Desktop) to a remote server.
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 Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or Claude Desktop using npx mcp-remote pointing to the server’s SSE URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login flow for authentication
- Deployable to Cloudflare Workers
- Local development with hot reload via
npx nx dev - SSE (Server-Sent Events) transport
- Integrates with MCP Inspector and Claude Desktop
- Uses Cloudflare KV for OAuth token storage
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with OAuth for external access
- Connect Claude Desktop to a remote MCP server via proxy
- Test MCP tools locally using the MCP Inspector
- Provide a scalable MCP endpoint on Cloudflare’s edge network
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my remote MCP server?
Update Claude’s MCP configuration to use npx mcp-remote with the server’s workers.dev SSE URL. Example: "args": ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"].
What transport does the server use?
The server uses SSE (Server-Sent Events) at the /sse endpoint.
How do I deploy the server to Cloudflare?
First, create a KV namespace with npx wrangler kv namespace create OAUTH_KV and add its ID to wrangler.jsonc. Then run npm run deploy.
How can I debug connection issues?
Restart the client, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may also help.
What are the dependencies for local development?
Node.js, npm, and a Cloudflare account (for deployment). The project uses Nx for development orchestration.
Frequently asked questions
How do I connect Claude Desktop to my remote MCP server?
Update Claude’s MCP configuration to use `npx mcp-remote` with the server’s `workers.dev` SSE URL. Example: `"args": ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"]`.
What transport does the server use?
The server uses SSE (Server-Sent Events) at the `/sse` endpoint.
How do I deploy the server to Cloudflare?
First, create a KV namespace with `npx wrangler kv namespace create OAUTH_KV` and add its ID to `wrangler.jsonc`. Then run `npm run deploy`.
How can I debug connection issues?
Restart the client, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may also help.
What are the dependencies for local development?
Node.js, npm, and a Cloudflare account (for deployment). The project uses Nx for development orchestration.
Basic information
More Cloud & Infrastructure MCP servers
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-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments