Remote MCP Server on Cloudflare
@hamishll
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-hamishll": {
"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?
Remote MCP Server on Cloudflare is a template to run a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to expose MCP tools over HTTP and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server to start locally. Deploy with npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, and run npm run deploy. Connect clients (e.g., MCP Inspector or Claude Desktop) using the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Remote MCP server deployed on Cloudflare Workers.
- OAuth-based authentication for login.
- Supports SSE (Server-Sent Events) transport.
- Local development with MCP Inspector.
- Easy integration with Claude Desktop.
- Debugging via command-line proxy (
mcp-remote).
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools accessible from any remote MCP client.
- Connecting Claude Desktop to a cloud-based MCP server.
- Testing MCP server functionality locally before deployment.
- Building custom MCP tools with Cloudflare Workers.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to a remote MCP server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an entry with command: "npx", args: ["mcp-remote", "<workers.dev URL>/sse"].
What transport does Remote MCP Server on Cloudflare use?
The server uses SSE (Server-Sent Events) transport, accessed via the /sse endpoint on the Worker’s URL.
What dependencies or runtime are required?
Local development requires Node.js and npm. The server runs on Cloudflare Workers, which is a serverless environment; a KV namespace (OAUTH_KV) must be created for OAuth state.
How can I debug connection issues?
Restart Claude or test connectivity directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help in rare cases.
Does the server require authentication?
Yes, the server includes OAuth login. During local development with the MCP Inspector, a mock login screen is shown; in production, OAuth is handled by Cloudflare Workers.
Frequently asked questions
How do I connect Claude Desktop to a remote MCP server?
Edit Claude Desktop’s config file (Settings > Developer > Edit Config) and add an entry with `command: "npx"`, `args: ["mcp-remote", "<workers.dev URL>/sse"]`.
What transport does Remote MCP Server on Cloudflare use?
The server uses SSE (Server-Sent Events) transport, accessed via the `/sse` endpoint on the Worker’s URL.
What dependencies or runtime are required?
Local development requires Node.js and npm. The server runs on Cloudflare Workers, which is a serverless environment; a KV namespace (`OAUTH_KV`) must be created for OAuth state.
How can I debug connection issues?
Restart Claude or test connectivity directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may help in rare cases.
Does the server require authentication?
Yes, the server includes OAuth login. During local development with the MCP Inspector, a mock login screen is shown; in production, OAuth is handled by Cloudflare Workers.
Basic information
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments