Remote MCP Server on Cloudflare
@SparkSMB-Tim
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-sparksmb-tim": {
"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 lets you run a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, enabling tools to be called over HTTP SSE from clients like the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repo, install dependencies via npm, then run locally with npx nx dev remote-mcp-server. For deployment, use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Local development with live reload
- OAuth login flow (mock for local testing)
- SSE (Server-Sent Events) transport
- Deploy to Cloudflare Workers via Wrangler
- Compatible with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Deploy a remotely accessible MCP server for AI assistants
- Test MCP tools locally using the MCP Inspector
- Integrate custom tools with Claude Desktop over the internet
FAQ from Remote MCP Server on Cloudflare
What transport protocol does this server use?
It uses SSE (Server-Sent Events) over HTTP.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s config file with the mcp-remote command and the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or https://worker-name.account-name.workers.dev/sse after deployment).
What authentication is used?
The server implements OAuth login. For local development, a mock login screen accepts any email and password. After deployment, the OAuth flow uses Cloudflare Workers authentication.
What are the runtime dependencies?
Node.js, npm, and for deployment: wrangler CLI and a Cloudflare KV namespace.
How can I debug connection issues?
Restart Claude, try connecting via npx mcp-remote http://localhost:8787/sse on the command line, or clear credentials stored in ~/.mcp-auth by running rm -rf ~/.mcp-auth.
Frequently asked questions
What transport protocol does this server use?
It uses SSE (Server-Sent Events) over HTTP.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s config file with the `mcp-remote` command and the server’s SSE endpoint (e.g., `http://localhost:8787/sse` locally, or `https://worker-name.account-name.workers.dev/sse` after deployment).
What authentication is used?
The server implements OAuth login. For local development, a mock login screen accepts any email and password. After deployment, the OAuth flow uses Cloudflare Workers authentication.
What are the runtime dependencies?
Node.js, npm, and for deployment: `wrangler` CLI and a Cloudflare KV namespace.
How can I debug connection issues?
Restart Claude, try connecting via `npx mcp-remote http://localhost:8787/sse` on the command line, or clear credentials stored in `~/.mcp-auth` by running `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
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 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.
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.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
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.
Comments