Remote MCP Server on Cloudflare
@everbove
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-test-everbove": {
"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 (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login. It allows MCP clients, such as Claude Desktop, to connect to a server deployed on Cloudflare’s edge network via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server. Test with the MCP Inspector by connecting to http://localhost:8787/sse. Deploy to Cloudflare by creating a KV namespace with npx wrangler kv namespace create OAUTH_KV, adding the namespace ID to wrangler.jsonc, and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Remote MCP server hosted on Cloudflare Workers
- Built-in OAuth login flow
- Supports SSE transport at the
/sseendpoint - Local development with MCP Inspector
- Easy integration with Claude Desktop via
mcp-remoteproxy - KV storage for OAuth data
Use cases of Remote MCP Server on Cloudflare
- Run an MCP server on the edge with Cloudflare Workers
- Connect Claude Desktop to a remote MCP server securely
- Develop and test MCP tools locally using the MCP Inspector
- Deploy a production-ready remote MCP server with minimal configuration
FAQ from Remote MCP Server on Cloudflare
What are the runtime requirements?
Node.js and npm are required for local development. A Cloudflare account and Wrangler CLI are needed for deployment.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then execute npm run deploy.
How can I connect Claude Desktop to the server?
Update Claude's configuration to use npx mcp-remote with the server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude to see the available tools.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) over HTTP, with the endpoint at /sse.
Where does OAuth authentication data persist?
Authentication state is stored in a local ~/.mcp-auth directory. Clearing it with rm -rf ~/.mcp-auth can resolve some login issues.
Frequently asked questions
What are the runtime requirements?
Node.js and npm are required for local development. A Cloudflare account and Wrangler CLI are needed for deployment.
How do I deploy the server to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the KV namespace ID to `wrangler.jsonc`, then execute `npm run deploy`.
How can I connect Claude Desktop to the server?
Update Claude's configuration to use `npx mcp-remote` with the server’s SSE URL (e.g., `https://worker-name.account-name.workers.dev/sse`). Restart Claude to see the available tools.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) over HTTP, with the endpoint at `/sse`.
Where does OAuth authentication data persist?
Authentication state is stored in a local `~/.mcp-auth` directory. Clearing it with `rm -rf ~/.mcp-auth` can resolve some login issues.
Basic information
More Developer Tools MCP servers

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments