Remote MCP Server on Cloudflare
@Laity624
About Remote MCP Server on Cloudflare
MCP test
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-mcp-server-laity624": {
"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 guide and template to deploy an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure, remote tool access for AI assistants.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or Claude Desktop by providing the SSE URL (e.g., http://localhost:8787/sse). For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers
- OAuth login for secure authentication
- Local development with MCP Inspector
- Connect Claude Desktop via a remote proxy
- SSE (Server-Sent Events) transport
- Simple configuration with wrangler.jsonc
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools on a globally distributed edge network
- Provide authenticated tool access to AI assistants
- Prototype and test MCP servers locally before deploying
- Integrate with Claude Desktop for remote tool calling
FAQ from Remote MCP Server on Cloudflare
What are the prerequisites to use this server?
You need Node.js, npm, and, for deployment, a Cloudflare account. The server uses Cloudflare Workers and KV for OAuth.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) for communication between the MCP client and server.
How do I connect Claude Desktop to the remote server?
Edit Claude Desktop’s config file to include a new MCP server entry with the command npx mcp-remote and the argument pointing to your worker’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).
Can I test the server locally?
Yes, run npx nx dev remote-mcp-server to start on http://localhost:8787/ and test with the MCP Inspector or Claude Desktop using the local SSE URL.
How do I deploy the server to Cloudflare?
Create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add the namespace ID to wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.
More Cloud & Infrastructure MCP servers
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
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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
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
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Comments