Remote MCP Server on Cloudflare
@organicnz
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-organicnz": {
"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 host a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, enabling remote tools to be called by MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or configure Claude Desktop with npx mcp-remote pointing to the server's /sse endpoint. Deploy to Cloudflare by creating a KV namespace and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment
- Includes OAuth login for secure access
- Uses SSE transport for real-time communication
- Provides a math tool as an example
- Supports local development and debugging
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server for AI assistants like Claude
- Build and test MCP tools locally before production deployment
- Enable authenticated tool calls from any MCP client over the internet
FAQ from Remote MCP Server on Cloudflare
What transport does Remote MCP Server on Cloudflare use?
It uses Server-Sent Events (SSE), configured via a URL path like /sse.
How do I deploy Remote MCP Server on Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then npm run deploy.
How can I connect Claude Desktop to my remote server?
Update Claude’s config file to use npx mcp-remote with your server’s workers.dev URL appended with /sse.
How can I debug connection issues?
Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. If needed, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
Frequently asked questions
What transport does Remote MCP Server on Cloudflare use?
It uses Server-Sent Events (SSE), configured via a URL path like `/sse`.
How do I deploy Remote MCP Server on Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then `npm run deploy`.
How can I connect Claude Desktop to my remote server?
Update Claude’s config file to use `npx mcp-remote` with your server’s workers.dev URL appended with `/sse`.
How can I debug connection issues?
Restart Claude, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. If needed, clear `~/.mcp-auth` with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Comments