Remote MCP Server on Cloudflare
@devinellis
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-devinellis": {
"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?
It is a project that enables running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, allowing developers to deploy and connect remote MCP servers to clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Deploy to Cloudflare by creating a KV namespace for OAuth and running npm run deploy. Connect MCP clients over SSE by pointing to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploys MCP server on Cloudflare Workers
- Includes OAuth login flow
- Works with MCP Inspector and Claude Desktop
- Local development with live reload
- Simple deployment via Wrangler CLI
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server accessible from anywhere
- Connect Claude Desktop to a server running on Cloudflare Workers
- Prototype and test MCP tools with OAuth authentication
FAQ from Remote MCP Server on Cloudflare
What does this project provide?
It provides a template to set up a remote MCP server on Cloudflare Workers with OAuth login, enabling connections from various MCP clients.
How do I develop locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Open http://localhost:8787/ in your browser.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your remote URL) as the server URL. Use the mock login screen to authenticate.
How do I connect Claude Desktop to the remote server?
Edit Claude Desktop’s config file to add an MCP server with command npx mcp-remote and the URL of your worker’s /sse endpoint (e.g., https://worker-name.account-name.workers.dev/sse).
Frequently asked questions
What does this project provide?
It provides a template to set up a remote MCP server on Cloudflare Workers with OAuth login, enabling connections from various MCP clients.
How do I develop locally?
Clone the repo, install dependencies, and run `npx nx dev remote-mcp-server`. Open `http://localhost:8787/` in your browser.
How do I deploy to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect the MCP Inspector?
Start the inspector with `npx @modelcontextprotocol/inspector`, set Transport Type to SSE, and enter `http://localhost:8787/sse` (or your remote URL) as the server URL. Use the mock login screen to authenticate.
How do I connect Claude Desktop to the remote server?
Edit Claude Desktop’s config file to add an MCP server with command `npx mcp-remote` and the URL of your worker’s `/sse` endpoint (e.g., `https://worker-name.account-name.workers.dev/sse`).
Basic information
More Cloud & Infrastructure MCP servers
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.
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.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
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
Comments