MCP.so
Sign In

Remote MCP Server on Cloudflare

@keerthanenr

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-keerthanenr": {
      "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?

A remote MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling MCP clients like Claude Desktop to connect and call tools remotely.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy by creating a KV namespace, adding it to wrangler.jsonc, then running npm run deploy. Connect MCP clients via the SSE endpoint (e.g., http://localhost:8787/sse locally or your workers.dev/sse URL).

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers for edge deployment
  • Includes OAuth login for authentication
  • Supports SSE transport for MCP communication
  • Connectable via MCP Inspector or Claude Desktop
  • Designed for easy local development and production deploy

Use cases of Remote MCP Server on Cloudflare

  • Develop and test MCP tools locally before deploying
  • Deploy a remote MCP server accessible over the internet
  • Connect Claude Desktop to call MCP tools via a remote server
  • Authorize users with OAuth when connecting from clients

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 – it starts on http://localhost:8787/.

How do I deploy to Cloudflare?

Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.

How do I connect Claude Desktop?

Add a mcpServers entry in Claude’s config pointing to your server’s SSE URL via the mcp-remote proxy (e.g., "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]).

How do I debug connection issues?

Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help in rare cases.

Frequently asked questions

How do I run the server locally?

Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server` – it starts on `http://localhost:8787/`.

How do I deploy to Cloudflare?

Run `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.

How do I connect Claude Desktop?

Add a `mcpServers` entry in Claude’s config pointing to your server’s SSE URL via the `mcp-remote` proxy (e.g., `"command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]`).

How do I debug connection issues?

Restart Claude, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may help in rare cases.

Comments

More Cloud & Infrastructure MCP servers