MCP.so
Sign In

Remote MCP Server on Cloudflare

@kolipakakondal

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

kolipakakondal

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "remote-mcp-server-kolipakakondal": {
      "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?

Remote MCP Server on Cloudflare is a Model Context Protocol server that runs on Cloudflare Workers with OAuth login, enabling AI clients to call tools remotely via HTTP.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients like the MCP Inspector or Claude Desktop using the /sse endpoint and the mcp-remote proxy.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers with OAuth authentication.
  • Supports SSE transport for remote MCP clients.
  • Works with MCP Inspector and Claude Desktop.
  • Includes local development with mock login.
  • Deployable using Wrangler KV and npm run deploy.

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote MCP server accessible from anywhere via Cloudflare Workers.
  • Test MCP tools locally using the MCP Inspector.
  • Connect Claude Desktop to a remote MCP server for tool‑based tasks.
  • Add OAuth login to a custom MCP server.

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 and open http://localhost:8787/ in a browser.

How do I connect the MCP Inspector?

Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse (or your remote URL), and log in with any email/password.

How do I connect Claude Desktop?

Edit your Claude configuration file to add an MCP server with command: "npx", args: ["mcp-remote", "http://localhost:8787/sse"] (or your remote URL). A browser will open for login.

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.

What should I do if something goes wrong?

Restart Claude, try connecting directly with npx mcp-remote <url>, or clear ~/.mcp-auth with rm -rf ~/.mcp-auth.

Comments

More Cloud & Infrastructure MCP servers