Remote MCP Server on Cloudflare
@miludeerforest
About Remote MCP Server on Cloudflare
No overview available yet
Basic information
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.
More Cloud & Infrastructure MCP servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments