Remote MCP Server on Cloudflare
@thanhENC
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-thanhenc": {
"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 remote MCP server that runs on Cloudflare Workers with OAuth login, allowing AI clients like Claude Desktop to connect securely over SSE (Server-Sent Events).
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 with npm run deploy after creating a KV namespace. Connect clients (MCP Inspector or Claude Desktop) using the SSE URL (e.g., http://localhost:8787/sse locally or a workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers with OAuth login
- Supports local development with mock authentication
- Deployable to a workers.dev URL
- Connects to Claude Desktop via
mcp-remoteproxy - Uses SSE (Server-Sent Events) transport
- Integrates with MCP Inspector for testing
Use cases of Remote MCP Server on Cloudflare
- Host an MCP server in the cloud with built-in authentication
- Securely expose MCP tools to Claude Desktop over the internet
- Test MCP tools locally before deploying
- Provide remote MCP endpoints for custom AI clients
FAQ from Remote MCP Server on Cloudflare
How does OAuth login work?
The server includes a mock OAuth login screen during local development; after deployment, Cloudflare manages authentication via the OAuth_KV namespace.
What are the system requirements?
Node.js and npm for local development; a Cloudflare account and Wrangler CLI for deployment.
Where is user data stored?
OAuth session data is stored in a Cloudflare KV namespace called OAUTH_KV.
Can I connect any MCP client?
Yes, any SSE‑capable MCP client can connect to the server’s /sse endpoint.
What transport protocol is used?
The server communicates over SSE (Server-Sent Events) with clients.
Frequently asked questions
How does OAuth login work?
The server includes a mock OAuth login screen during local development; after deployment, Cloudflare manages authentication via the OAuth_KV namespace.
What are the system requirements?
Node.js and npm for local development; a Cloudflare account and Wrangler CLI for deployment.
Where is user data stored?
OAuth session data is stored in a Cloudflare KV namespace called `OAUTH_KV`.
Can I connect any MCP client?
Yes, any SSE‑capable MCP client can connect to the server’s `/sse` endpoint.
What transport protocol is used?
The server communicates over SSE (Server-Sent Events) with clients.
Basic information
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
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.
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.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments