Remote MCP Server on Cloudflare
@langjihao
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-langjihao": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare?
Deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. Designed for developers building and connecting MCP tools to AI clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy via wrangler kv namespace create and npm run deploy. Connect clients using the MCP Inspector or configure Claude Desktop with the mcp-remote proxy pointing to the SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers serverless edge platform
- Includes OAuth-based user authentication
- Uses SSE (Server-Sent Events) transport
- Compatible with MCP Inspector for testing
- Integrates directly with Claude Desktop
- Deploys to a public workers.dev URL
Use cases of Remote MCP Server on Cloudflare
- Run custom MCP tools remotely and access them from any MCP client
- Connect Claude Desktop to your own hosted MCP server over HTTP
- Build and test MCP tools locally before deploying for production use
- Create AI assistants with custom tool capabilities behind authentication
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server to start the dev server at http://localhost:8787/.
How do I connect Claude Desktop?
Edit your Claude Desktop configuration to add an mcpServers entry with "command": "npx" and "args": ["mcp-remote", "http://localhost:8787/sse"].
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy.
How can I debug connection issues?
Try connecting directly with npx mcp-remote http://localhost:8787/sse. If needed, clear stored auth files with rm -rf ~/.mcp-auth.
Frequently asked questions
How do I run the server locally?
Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server` to start the dev server at `http://localhost:8787/`.
How do I connect Claude Desktop?
Edit your Claude Desktop configuration to add an `mcpServers` entry with `"command": "npx"` and `"args": ["mcp-remote", "http://localhost:8787/sse"]`.
How do I deploy to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the ID to `wrangler.jsonc`, then run `npm run deploy`.
How can I debug connection issues?
Try connecting directly with `npx mcp-remote http://localhost:8787/sse`. If needed, clear stored auth files with `rm -rf ~/.mcp-auth`.
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
🐋 Docker MCP server
ckreilingMCP server for Docker
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments