Remote MCP Server on Cloudflare
@dlipka
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-dlipka": {
"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 lets you deploy a Model Context Protocol server on Cloudflare Workers with OAuth login. It provides a way to run and expose MCP tools remotely, connectable via SSE transport from clients like the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
To set it up locally, clone the repository, install dependencies with pnpm install, and run npx nx dev remote-mcp-server. Connect using the MCP Inspector with SSE transport at http://localhost:8787/sse, or configure Claude Desktop with the mcp-remote proxy pointing to the local SSE URL. For production, deploy with npm run deploy after creating a KV namespace for OAuth storage.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers with OAuth authentication
- Supports SSE transport for remote MCP clients
- Works with MCP Inspector and Claude Desktop
- Deployable from local development to production
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools to Claude Desktop via a remote server
- Test MCP server endpoints locally before deploying
- Create a shareable, authenticated MCP tool API on Cloudflare’s edge
FAQ from Remote MCP Server on Cloudflare
How do I connect a remote client to the server?
Use the MCP Inspector with SSE transport, entering your deployed Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as the server URL. For Claude Desktop, configure mcp-remote with the same URL.
What authentication does the server use?
It uses OAuth login. Locally, you get a mock login screen; on Cloudflare, it uses real OAuth. Credentials are stored in a KV namespace.
What are the runtime requirements?
You need Node.js, pnpm, and a Cloudflare account with wrangler CLI installed. For local development, the MCP Inspector and mcp-remote npx packages are used.
Does this server support transports other than SSE?
The README only demonstrates SSE transport for both local and remote connections.
Where is user data stored?
OAuth session data is stored in a Cloudflare KV namespace configured during deployment (OAUTH_KV).
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.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Cloudflare MCP Server
cloudflareMcp K8s Go
strowkMCP server connecting to Kubernetes
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Comments