Remote MCP Server on Cloudflare
@tgmclaughlin
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-tgmclaughlin": {
"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 starter project for running a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy an MCP server that can be accessed by remote MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), and run locally with npx nx dev remote-mcp-server. Optionally, deploy to Cloudflare using npm run deploy after creating a KV namespace (npx wrangler kv namespace create OAUTH_KV). Connect clients (MCP Inspector or Claude Desktop) using SSE at a /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login.
- Supports local development and remote deployment.
- Connects via SSE (Server-Sent Events).
- Works with MCP Inspector and Claude Desktop.
- Uses
npx mcp-remotefor local proxy.
Use cases of Remote MCP Server on Cloudflare
- Deploying a cloud-hosted MCP server with authentication.
- Connecting Claude Desktop to a remote MCP server over the internet.
- Testing MCP tools locally with the MCP Inspector.
- Learning how to set up OAuth for MCP on Cloudflare.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the remote server?
Update your Claude Desktop configuration (claude_desktop_config.json) to use npx mcp-remote with the Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as an argument.
What dependencies or runtime are required?
Node.js, npm, and a Cloudflare account for deployment. Local development uses npx nx and wrangler.
Where does authentication data live?
OAuth session data is stored in a Cloudflare KV namespace (OAUTH_KV). Locally, authentication state may be cached in ~/.mcp-auth.
Can I debug connection issues?
Yes. Try restarting Claude, connecting via npx mcp-remote http://localhost:8787/sse directly, or clearing ~/.mcp-auth files if needed.
How do I deploy to production?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
Frequently asked questions
How do I connect Claude Desktop to the remote server?
Update your Claude Desktop configuration (`claude_desktop_config.json`) to use `npx mcp-remote` with the Workers URL (e.g., `https://worker-name.account-name.workers.dev/sse`) as an argument.
What dependencies or runtime are required?
Node.js, npm, and a Cloudflare account for deployment. Local development uses `npx nx` and `wrangler`.
Where does authentication data live?
OAuth session data is stored in a Cloudflare KV namespace (`OAUTH_KV`). Locally, authentication state may be cached in `~/.mcp-auth`.
Can I debug connection issues?
Yes. Try restarting Claude, connecting via `npx mcp-remote http://localhost:8787/sse` directly, or clearing `~/.mcp-auth` files if needed.
How do I deploy to production?
Run `npx wrangler kv namespace create OAUTH_KV`, add the KV namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
Basic information
More Cloud & Infrastructure MCP servers
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.
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
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Comments