Remote MCP Server on Cloudflare
@kathayl
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-kathayl": {
"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?
It is an MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling remote tool calling from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, and deploy to Cloudflare using npm run deploy after configuring a KV namespace. Connect clients via the /sse endpoint using an MCP Inspector or a local proxy (mcp-remote).
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access.
- Deploy on Cloudflare Workers for remote availability.
- SSE transport for real-time communication.
- Local development with MCP Inspector.
- Integration with Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on the edge for remote clients.
- Test and debug tools using the MCP Inspector.
- Connect Claude Desktop to a remote MCP server.
- Prototype and deploy custom MCP servers quickly.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Run npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an mcpServers entry to Claude Desktop’s config file, using mcp-remote as the command and the server’s /sse URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with npx mcp-remote <url>/sse. In rare cases, clear ~/.mcp-auth files.
Frequently asked questions
How do I connect the MCP Inspector to my server?
Run `npx @modelcontextprotocol/inspector`, set Transport Type to SSE, and enter `http://localhost:8787/sse` (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an `mcpServers` entry to Claude Desktop’s config file, using `mcp-remote` as the command and the server’s `/sse` URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with `npx mcp-remote <url>/sse`. In rare cases, clear `~/.mcp-auth` files.
Basic information
More Cloud & Infrastructure MCP servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
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.
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.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments