Remote MCP Server on Cloudflare
@service-hero
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"housecallpro-mcp-server": {
"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?
Remote MCP Server on Cloudflare is a reference implementation for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It enables developers to create, deploy, and remotely access MCP tools that can be invoked from compatible clients like MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace and running npm run deploy. Connect remote clients (MCP Inspector or Claude Desktop) using the SSE endpoint (/sse) of the local or deployed server, optionally via the mcp-remote proxy for Claude Desktop.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Supports local development with hot reload
- Uses SSE (Server-Sent Events) for MCP transport
- Deployable to a
workers.devdomain - Integrates with MCP Inspector and Claude Desktop
- Includes a mock login screen for local testing
Use cases of Remote MCP Server on Cloudflare
- Quickly prototyping and testing custom MCP tools
- Hosting a remote MCP server for AI agent workflows in Claude Desktop
- Learning how to deploy MCP servers on serverless edge infrastructure
- Debugging tool definitions and OAuth flows with MCP Inspector
FAQ from Remote MCP Server on Cloudflare
What dependencies are needed to develop and deploy the server?
Node.js, npm, nx, and the Cloudflare Wrangler CLI are required. A Cloudflare account is needed for deployment.
What runtime does the deployed server use?
The server runs on Cloudflare Workers, a serverless edge computing platform.
How is authentication handled?
OAuth login is built in. Locally, a mock login screen accepts any email and password; after deployment, OAuth flows through Cloudflare's infrastructure.
What transport does the MCP server use?
It uses SSE (Server-Sent Events). Clients connect to the /sse endpoint.
Where are session or credential data stored?
OAuth session data persists in a Cloudflare KV namespace (OAUTH_KV), created via wrangler kv namespace create OAUTH_KV.
Frequently asked questions
What dependencies are needed to develop and deploy the server?
Node.js, npm, nx, and the Cloudflare Wrangler CLI are required. A Cloudflare account is needed for deployment.
What runtime does the deployed server use?
The server runs on Cloudflare Workers, a serverless edge computing platform.
How is authentication handled?
OAuth login is built in. Locally, a mock login screen accepts any email and password; after deployment, OAuth flows through Cloudflare's infrastructure.
What transport does the MCP server use?
It uses SSE (Server-Sent Events). Clients connect to the `/sse` endpoint.
Where are session or credential data stored?
OAuth session data persists in a Cloudflare KV namespace (`OAUTH_KV`), created via `wrangler kv namespace create OAUTH_KV`.
Basic information
More Cloud & Infrastructure MCP servers
🐋 Docker MCP server
ckreilingMCP server for Docker
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Cloudflare MCP Server
cloudflareQuery | 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.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Comments