Remote MCP Server on Cloudflare
@eitanbar
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-eitanbar": {
"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 server that runs the Model Context Protocol (MCP) on Cloudflare Workers, complete with OAuth login, for developers to deploy and connect remote MCP servers to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally via npx nx dev remote-mcp-server, then test with the MCP Inspector or connect Claude Desktop by configuring it with the server’s SSE endpoint URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Local development with hot reload
- Connects via SSE transport
- Supports MCP Inspector for testing
- Works with Claude Desktop via
mcp-remoteproxy - Remote access via
workers.devURL
Use cases of Remote MCP Server on Cloudflare
- Deploying a remote MCP server on Cloudflare’s edge network
- Testing MCP tools with mock OAuth locally
- Connecting Claude Desktop to a self‑hosted remote MCP server
- Providing tool access across multiple remote clients
FAQ from Remote MCP Server on Cloudflare
What is required to run Remote MCP Server on Cloudflare?
Node.js, npm, a Cloudflare account for deployment, and the repository.
How do I test Remote MCP Server on Cloudflare locally?
Run npx nx dev remote-mcp-server, open http://localhost:8787, then use the MCP Inspector with SSE transport and the /sse endpoint.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace, update wrangler.jsonc with its ID, then run npm run deploy.
How do I connect Claude Desktop to Remote MCP Server on Cloudflare?
Add a "mcp-remote" command with npx and the server’s SSE URL to Claude’s configuration (local http://localhost:8787/sse or deployed https://worker-name.workers.dev/sse).
Where are auth tokens stored for Remote MCP Server on Cloudflare?
In the ~/.mcp-auth directory; tokens can be cleared with rm -rf ~/.mcp-auth.
Frequently asked questions
What is required to run Remote MCP Server on Cloudflare?
Node.js, npm, a Cloudflare account for deployment, and the repository.
How do I test Remote MCP Server on Cloudflare locally?
Run `npx nx dev remote-mcp-server`, open `http://localhost:8787`, then use the MCP Inspector with SSE transport and the `/sse` endpoint.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace, update `wrangler.jsonc` with its ID, then run `npm run deploy`.
How do I connect Claude Desktop to Remote MCP Server on Cloudflare?
Add a `"mcp-remote"` command with `npx` and the server’s SSE URL to Claude’s configuration (local `http://localhost:8787/sse` or deployed `https://worker-name.workers.dev/sse`).
Where are auth tokens stored for Remote MCP Server on Cloudflare?
In the `~/.mcp-auth` directory; tokens can be cleared with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
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
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Comments