Remote MCP Server on Cloudflare
@imsardine
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-imsardine": {
"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 starter project that sets up a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login flow for authentication.
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, then deploy using npm run deploy after creating a KV namespace. Connect clients such as the MCP Inspector or Claude Desktop by pointing them to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker with SSE transport
- Built-in OAuth login via mock authentication
- Local development with live reload
- One-command deployment to Cloudflare’s global network
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Host a custom MCP server accessible from any remote client
- Securely expose MCP tools with OAuth-based user login
- Prototype and test MCP tools locally before deploying
FAQ from Remote MCP Server on Cloudflare
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to a remote server?
Edit the Claude Desktop config file to use npx mcp-remote <your-workers-url>/sse as the command and arguments.
What transport does the server use?
The server uses Server-Sent Events (SSE) over HTTP, with the SSE endpoint at /sse.
How do I debug connection issues?
Run npx mcp-remote http://localhost:8787/sse directly from the command line, or clear local authentication data with rm -rf ~/.mcp-auth.
Frequently asked questions
How do I deploy the server to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to a remote server?
Edit the Claude Desktop config file to use `npx mcp-remote <your-workers-url>/sse` as the command and arguments.
What transport does the server use?
The server uses Server-Sent Events (SSE) over HTTP, with the SSE endpoint at `/sse`.
How do I debug connection issues?
Run `npx mcp-remote http://localhost:8787/sse` directly from the command line, or clear local authentication data with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL — and keep editing the site in place at the
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.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Comments