MCP.so
Sign In

Remote MCP Server on Cloudflare

@dlipka

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

dlipka

Config

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

{
  "mcpServers": {
    "remote-mcp-server-dlipka": {
      "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 lets you deploy a Model Context Protocol server on Cloudflare Workers with OAuth login. It provides a way to run and expose MCP tools remotely, connectable via SSE transport from clients like the MCP Inspector or Claude Desktop.

How to use Remote MCP Server on Cloudflare?

To set it up locally, clone the repository, install dependencies with pnpm install, and run npx nx dev remote-mcp-server. Connect using the MCP Inspector with SSE transport at http://localhost:8787/sse, or configure Claude Desktop with the mcp-remote proxy pointing to the local SSE URL. For production, deploy with npm run deploy after creating a KV namespace for OAuth storage.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers with OAuth authentication
  • Supports SSE transport for remote MCP clients
  • Works with MCP Inspector and Claude Desktop
  • Deployable from local development to production

Use cases of Remote MCP Server on Cloudflare

  • Expose MCP tools to Claude Desktop via a remote server
  • Test MCP server endpoints locally before deploying
  • Create a shareable, authenticated MCP tool API on Cloudflare’s edge

FAQ from Remote MCP Server on Cloudflare

How do I connect a remote client to the server?

Use the MCP Inspector with SSE transport, entering your deployed Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as the server URL. For Claude Desktop, configure mcp-remote with the same URL.

What authentication does the server use?

It uses OAuth login. Locally, you get a mock login screen; on Cloudflare, it uses real OAuth. Credentials are stored in a KV namespace.

What are the runtime requirements?

You need Node.js, pnpm, and a Cloudflare account with wrangler CLI installed. For local development, the MCP Inspector and mcp-remote npx packages are used.

Does this server support transports other than SSE?

The README only demonstrates SSE transport for both local and remote connections.

Where is user data stored?

OAuth session data is stored in a Cloudflare KV namespace configured during deployment (OAUTH_KV).

Comments

More Cloud & Infrastructure MCP servers