Remote MCP Server on Cloudflare
@bereketDeneke
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-bereketdeneke": {
"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?
This server helps you set up a remote MCP (Model Context Protocol) server on Cloudflare Workers complete with OAuth login. It is intended for developers who want to run MCP servers remotely and connect them to MCP clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients (MCP Inspector, Claude Desktop) by pointing them to the server’s /sse endpoint, optionally via the mcp-remote proxy tool.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE (Server‑Sent Events) for transport
- Supports local development and Cloudflare deployment
- Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Uses Cloudflare KV for OAuth state management
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote, OAuth‑protected MCP server for AI tool calling
- Test and debug your MCP server with the MCP Inspector
- Connect Claude Desktop to a remotely hosted MCP server over HTTP
- Develop an MCP server locally before deploying to production
FAQ from Remote MCP Server on Cloudflare
What does this server do?
It provides a ready‑to‑deploy MCP server on Cloudflare Workers, including OAuth login for authenticating clients.
What dependencies are required?
Node.js, npm, a Cloudflare account, and the Wrangler CLI (npx wrangler) are needed for development and deployment.
How is data stored?
The server uses a Cloudflare KV namespace (created with npx wrangler kv namespace create OAUTH_KV) to manage OAuth state.
What transport protocol does it use?
The server communicates over SSE (Server‑Sent Events) at the /sse endpoint.
Can I connect Claude Desktop to this server?
Yes. Use the mcp-remote helper (npx mcp-remote https://your-worker.workers.dev/sse) in Claude Desktop’s configuration file.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
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
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments