Remote MCP Server on Cloudflare
@MalcolmFeatonby
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-malcolmfeatonby": {
"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 server that runs on Cloudflare Workers with built-in OAuth login, enabling you to host and access MCP tools over the internet.
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, use npx wrangler to create a KV namespace and run npm run deploy. Connect via the MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to your server URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global deployment
- OAuth login for secure access
- SSE (Server-Sent Events) transport
- Works with MCP Inspector and Claude Desktop
- Easy local development and deployment
Use cases of Remote MCP Server on Cloudflare
- Host a math tool MCP server and call it from Claude Desktop
- Test MCP endpoints remotely using the MCP Inspector
- Deploy custom MCP tools on Cloudflare’s edge network
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the /sse endpoint.
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 can I connect Claude Desktop to the remote server?
Update your Claude Desktop config to use npx mcp-remote with your server’s workers.dev/sse URL as an argument.
How does authentication work?
The server includes OAuth login; locally a mock login screen appears, and after deployment real OAuth handles authentication.
What should I do if something goes wrong?
Restart Claude, try connecting via command line with npx mcp-remote, or clear the ~/.mcp-auth directory.
Frequently asked questions
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the `/sse` endpoint.
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 can I connect Claude Desktop to the remote server?
Update your Claude Desktop config to use `npx mcp-remote` with your server’s `workers.dev/sse` URL as an argument.
How does authentication work?
The server includes OAuth login; locally a mock login screen appears, and after deployment real OAuth handles authentication.
What should I do if something goes wrong?
Restart Claude, try connecting via command line with `npx mcp-remote`, or clear the `~/.mcp-auth` directory.
Basic information
More Cloud & Infrastructure MCP servers

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
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
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.
Comments