MCP.so
Sign In

Remote MCP Server on Cloudflare

@cnmeeia

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

cnmeeia

Config

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

{
  "mcpServers": {
    "remote-mcp-server-cnmeeia": {
      "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 server running on Cloudflare Workers, complete with OAuth login, enabling AI clients to call tools via SSE over HTTP.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after setting up a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing to the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or your workers.dev URL).

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers for global, serverless deployment.
  • Includes OAuth login for secure client access.
  • Supports SSE (Server-Sent Events) transport.
  • Works with MCP Inspector and Claude Desktop.
  • Local mock login for development and testing.

Use cases of Remote MCP Server on Cloudflare

  • Expose MCP tools to Claude Desktop from a remote server.
  • Test and debug MCP tools locally before deployment.
  • Deploy a production MCP server on Cloudflare’s edge network.
  • Integrate MCP tools with any MCP-compatible client over HTTP.

FAQ from Remote MCP Server on Cloudflare

What does the OAuth login do?

It authenticates users before they can connect to the MCP server. Locally, a mock login accepts any email and password.

What runtime dependencies are required?

Requires Node.js and npm for development. Deployment uses Cloudflare Workers (no runtime dependencies for the deployed version).

How do I connect Claude Desktop to my remote server?

Update Claude’s config file (mcpServers) to use mcp-remote with the secure https://worker-name.account-name.workers.dev/sse URL.

Where is data stored?

The server uses a Cloudflare KV namespace (OAUTH_KV) for OAuth state. No client data is stored by default.

Does the server support transports other than SSE?

The README only demonstrates SSE transport. No other transports (like stdio) are mentioned.

Comments

More Cloud & Infrastructure MCP servers