Remote MCP Server on Cloudflare
@miludeerforest
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-miludeerforest": {
"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 starter that enables you to run an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth-based login, allowing AI clients like Claude Desktop to invoke tools remotely over SSE.
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. Deploy to Cloudflare using npm run deploy after creating an OAuth KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing them to the /sse endpoint of your server.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login flow out of the box.
- Uses SSE transport for real‑time communication.
- Supports local development with MCP Inspector.
- Compatible with Claude Desktop via the
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Deploy an MCP server that AI assistants can call from anywhere.
- Provide authenticated tool access to Claude Desktop over the internet.
- Prototype and test MCP tools locally before production deployment.
FAQ from Remote MCP Server on Cloudflare
What is Remote MCP Server on Cloudflare and how does it differ from a local MCP server?
It is a remote MCP server hosted on Cloudflare Workers with OAuth login. Unlike a local server, it can be accessed from any client over the internet after authentication.
What runtime dependencies does it require?
You need Node.js and npm, along with the wrangler CLI for Cloudflare deployment. The server uses Cloudflare Workers and the OAuth KV namespace.
Where does authentication data live?
OAuth tokens are stored in a Cloudflare KV namespace (OAUTH_KV) that you create during setup.
What transport protocol does the server use?
The server exposes an SSE (Server‑Sent Events) endpoint at /sse. Clients connect by providing that URL.
How can I test the server locally before deploying?
Run the server locally with npx nx dev remote-mcp-server and connect using npx @modelcontextprotocol/inspector with the URL http://localhost:8787/sse. Use any email/password for the mock login screen.
Frequently asked questions
What is Remote MCP Server on Cloudflare and how does it differ from a local MCP server?
It is a remote MCP server hosted on Cloudflare Workers with OAuth login. Unlike a local server, it can be accessed from any client over the internet after authentication.
What runtime dependencies does it require?
You need Node.js and npm, along with the `wrangler` CLI for Cloudflare deployment. The server uses Cloudflare Workers and the OAuth KV namespace.
Where does authentication data live?
OAuth tokens are stored in a Cloudflare KV namespace (`OAUTH_KV`) that you create during setup.
What transport protocol does the server use?
The server exposes an SSE (Server‑Sent Events) endpoint at `/sse`. Clients connect by providing that URL.
How can I test the server locally before deploying?
Run the server locally with `npx nx dev remote-mcp-server` and connect using `npx @modelcontextprotocol/inspector` with the URL `http://localhost:8787/sse`. Use any email/password for the mock login screen.
Basic information
More Cloud & Infrastructure MCP servers

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Comments