Remote MCP Server on Cloudflare
@flav0000
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-flav0000": {
"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?
An MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, allowing developers to deploy and manage remote MCP servers. It provides a lightweight, serverless way to host MCP tools and make them accessible from clients like Claude Desktop.
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. Connect via MCP Inspector using SSE URL http://localhost:8787/sse, or configure Claude Desktop with a local proxy (npx mcp-remote http://localhost:8787/sse). Deploy to Cloudflare by creating a KV namespace with npx wrangler kv namespace create OAUTH_KV, updating wrangler.jsonc, and running npm run deploy. For remote access, use the deployed workers.dev URL with /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access
- Local development with SSE transport
- Deploy to Cloudflare Workers with ease
- Works with MCP Inspector for testing
- Connects to Claude Desktop via a proxy
Use cases of Remote MCP Server on Cloudflare
- Test an MCP server locally with the MCP Inspector
- Deploy a remote MCP server to Cloudflare Workers
- Connect Claude Desktop to a remote MCP server
- Integrate custom tools with other MCP clients
FAQ from Remote MCP Server on Cloudflare
How do I run the MCP server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect Claude Desktop to the server?
Edit Claude Desktop’s config file and add an entry with "command": "npx" and "args": ["mcp-remote", "http://localhost:8787/sse"] (or the remote workers.dev URL). Restart Claude.
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.
How can I debug if something goes wrong?
Try restarting Claude, or connect directly from the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
Frequently asked questions
How do I run the MCP server locally?
Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server`. The server will be available at `http://localhost:8787/`.
How do I connect Claude Desktop to the server?
Edit Claude Desktop’s config file and add an entry with `"command": "npx"` and `"args": ["mcp-remote", "http://localhost:8787/sse"]` (or the remote workers.dev URL). Restart Claude.
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`.
How can I debug if something goes wrong?
Try restarting Claude, or connect directly from the command line with `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear `~/.mcp-auth` with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
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
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments