Remote MCP Server on Cloudflare
@GodZlayer
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-godzlayer": {
"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 project for running a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy a remote MCP server and connect it to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace via npx wrangler kv namespace create OAUTH_KV, adding the ID to wrangler.jsonc, then running npm run deploy. Connect clients via the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Local development with MCP Inspector for testing
- Deploy to Cloudflare with KV namespace for auth
- Connect Claude Desktop via remote proxy
- SSE transport for MCP client communication
Use cases of Remote MCP Server on Cloudflare
- Deploy MCP tools without managing own infrastructure
- Expose MCP servers over the internet for remote clients
- Test and debug MCP tools locally before production deployment
- Integrate custom MCP tools with Claude Desktop
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, install dependencies, then run npx nx dev remote-mcp-server and open http://localhost:8787/ in a browser.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, and run npm run deploy.
How do I connect Claude Desktop to the remote server?
Update the Claude config to use npx mcp-remote with the workers.dev URL (e.g., https://worker-name.account-name.workers.dev/sse).
What authentication is used?
The server uses OAuth login, with a mock login screen for local development.
How can I debug connection issues?
Restart Claude, test directly with npx mcp-remote http://localhost:8787/sse, or clear the auth files in ~/.mcp-auth.
Frequently asked questions
How do I run the server locally?
Clone the repo, install dependencies, then run `npx nx dev remote-mcp-server` and open `http://localhost:8787/` in a browser.
How do I deploy to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, and run `npm run deploy`.
How do I connect Claude Desktop to the remote server?
Update the Claude config to use `npx mcp-remote` with the `workers.dev` URL (e.g., `https://worker-name.account-name.workers.dev/sse`).
What authentication is used?
The server uses OAuth login, with a mock login screen for local development.
How can I debug connection issues?
Restart Claude, test directly with `npx mcp-remote http://localhost:8787/sse`, or clear the auth files in `~/.mcp-auth`.
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
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

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
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
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Comments