Remote MCP Server on Cloudflare
@CyberTwizted
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-cybertwizted": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare?
A template to quickly set up a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to run MCP tools with authentication on Cloudflare’s edge platform.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy. Connect clients (MCP Inspector or Claude Desktop) using the SSE endpoint at /sse.
Key features of Remote MCP Server on Cloudflare
- OAuth login integration for secure access
- Deployable to Cloudflare Workers’ global network
- Local development with live reload
- Compatible with MCP Inspector for tool testing
- Works with Claude Desktop via
mcp-remoteproxy
Use cases of Remote MCP Server on Cloudflare
- Running a remote MCP server with authentication
- Developing and testing custom MCP tools locally
- Connecting MCP tools to Claude Desktop from any location
- Rapid prototyping of AI‑powered tool integrations
FAQ from Remote MCP Server on Cloudflare
How do I run the MCP server locally?
Clone the repo, install dependencies, then run npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then execute npm run deploy.
How do I connect Claude Desktop to my server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an entry pointing npx mcp-remote to your server’s SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse after deployment).
How do I debug connection issues?
Restart Claude, or test connectivity directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth files with rm -rf ~/.mcp-auth.
How do I connect using MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter your server’s SSE URL (e.g., http://localhost:8787/sse). Complete the OAuth login to access and call tools.
Frequently asked questions
How do I run the MCP server locally?
Clone the repo, install dependencies, then run `npx nx dev remote-mcp-server`. The server will be available at `http://localhost:8787/`.
How do I deploy to Cloudflare?
Use `npx wrangler kv namespace create OAUTH_KV`, add the returned ID to `wrangler.jsonc`, then execute `npm run deploy`.
How do I connect Claude Desktop to my server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an entry pointing `npx mcp-remote` to your server’s SSE URL (e.g., `http://localhost:8787/sse` locally or `https://worker-name.account-name.workers.dev/sse` after deployment).
How do I debug connection issues?
Restart Claude, or test connectivity directly with `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear cached auth files with `rm -rf ~/.mcp-auth`.
How do I connect using MCP Inspector?
Start the inspector with `npx @modelcontextprotocol/inspector`, set Transport Type to `SSE`, and enter your server’s SSE URL (e.g., `http://localhost:8787/sse`). Complete the OAuth login to access and call tools.
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.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
Muumuu Domain MCP Server
pepaboThe official MCP server for Muumuu Domain by GMO Pepabo, Inc — the first remote MCP server in the Japanese domain registrar industry. Search and register domains, manage owned domains and contracts, and configure DNS rec
Comments