Remote MCP Server on Cloudflare
@bfollington
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-bfollington": {
"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 for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to deploy a remote MCP server that can be accessed by MCP clients such as Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Connect the MCP Inspector over SSE, or configure Claude Desktop to use a local proxy via mcp-remote. Deploy to Cloudflare with npm run deploy after creating an OAUTH_KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs as a Cloudflare Worker
- Supports OAuth login flow
- Uses SSE (Server-Sent Events) transport
- Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Provides local and remote deployment modes
Use cases of Remote MCP Server on Cloudflare
- Hosting a remote MCP server that requires authentication
- Building and testing MCP tools with the MCP Inspector
- Connecting Claude Desktop to a custom remote MCP server
- Deploying MCP servers on Cloudflare’s edge infrastructure
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Run npx nx dev remote-mcp-server from the repository root; the server will be available at http://localhost:8787/.
How do I connect the MCP Inspector to my server?
Start the inspector with npx @modelcontextprotocol/inspector, set transport type to SSE, enter http://localhost:8787/sse as the URL, and log in with any email and password.
How do I connect Claude Desktop?
Add an entry to Claude Desktop’s config file that points npx mcp-remote to the server’s /sse endpoint (local or deployed URL).
How do I deploy the server to Cloudflare?
First 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 debug connection issues?
Restart Claude or test directly via npx mcp-remote http://localhost:8787/sse. If needed, clear stored auth files with rm -rf ~/.mcp-auth.
Frequently asked questions
How do I run the server locally?
Run `npx nx dev remote-mcp-server` from the repository root; the server will be available at `http://localhost:8787/`.
How do I connect the MCP Inspector to my server?
Start the inspector with `npx @modelcontextprotocol/inspector`, set transport type to `SSE`, enter `http://localhost:8787/sse` as the URL, and log in with any email and password.
How do I connect Claude Desktop?
Add an entry to Claude Desktop’s config file that points `npx mcp-remote` to the server’s `/sse` endpoint (local or deployed URL).
How do I deploy the server to Cloudflare?
First 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 debug connection issues?
Restart Claude or test directly via `npx mcp-remote http://localhost:8787/sse`. If needed, clear stored auth files with `rm -rf ~/.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
🐋 Docker MCP server
ckreilingMCP server for Docker
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
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.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Comments