Remote MCP Server on Cloudflare
@mcpchina
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-mcpchina": {
"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 remote MCP server deployed on Cloudflare Workers with OAuth login, enabling MCP clients to connect via SSE over the internet.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector using the SSE URL, then deploy with npm run deploy after setting up a KV namespace. Configure Claude Desktop by adding an mcp-remote proxy in its config file pointing to the server’s SSE endpoint.
Key features of Remote MCP Server on Cloudflare?
- Deployed on Cloudflare Workers
- OAuth login for authentication
- SSE transport for MCP communication
- Local development with MCP Inspector
- Connect to Claude Desktop
- Remote access via workers.dev URL
Use cases of Remote MCP Server on Cloudflare?
- Develop and test MCP servers locally with the inspector.
- Deploy a production MCP server on Cloudflare Workers.
- Connect Claude Desktop to remote MCP tools securely.
- Enable OAuth-protected MCP endpoints for external clients.
FAQ from Remote MCP Server on Cloudflare
What runtime does it require?
Node.js and npm are required for local development and deployment.
How do I deploy the server?
Use npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect a remote client?
Use the MCP Inspector with the workers.dev URL and /sse path, or configure Claude Desktop with mcp-remote and the same URL.
Where does authentication data live?
OAuth state and tokens are stored in a Cloudflare KV namespace named OAUTH_KV.
What transport does the server use?
The server uses SSE (Server-Sent Events) as the
Frequently asked questions
What runtime does it require?
Node.js and npm are required for local development and deployment.
How do I deploy the server?
Use `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect a remote client?
Use the MCP Inspector with the workers.dev URL and `/sse` path, or configure Claude Desktop with `mcp-remote` and the same URL.
Where does authentication data live?
OAuth state and tokens are stored in a Cloudflare KV namespace named `OAUTH_KV`.
What transport does the server use?
The server uses SSE (Server-Sent Events) as the
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.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
🐋 Docker MCP server
ckreilingMCP server for Docker
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