MCP.so
Sign In

Remote MCP Server on Cloudflare

@Laity624

About Remote MCP Server on Cloudflare

MCP test

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

Laity624

Config

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

{
  "mcpServers": {
    "my-mcp-server-laity624": {
      "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 guide and template to deploy an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure, remote tool access for AI assistants.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or Claude Desktop by providing the SSE URL (e.g., http://localhost:8787/sse). For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.

Key features of Remote MCP Server on Cloudflare

  • Deploy MCP server on Cloudflare Workers
  • OAuth login for secure authentication
  • Local development with MCP Inspector
  • Connect Claude Desktop via a remote proxy
  • SSE (Server-Sent Events) transport
  • Simple configuration with wrangler.jsonc

Use cases of Remote MCP Server on Cloudflare

  • Run MCP tools on a globally distributed edge network
  • Provide authenticated tool access to AI assistants
  • Prototype and test MCP servers locally before deploying
  • Integrate with Claude Desktop for remote tool calling

FAQ from Remote MCP Server on Cloudflare

What are the prerequisites to use this server?

You need Node.js, npm, and, for deployment, a Cloudflare account. The server uses Cloudflare Workers and KV for OAuth.

What transport protocol does the server use?

It uses Server-Sent Events (SSE) for communication between the MCP client and server.

How do I connect Claude Desktop to the remote server?

Edit Claude Desktop’s config file to include a new MCP server entry with the command npx mcp-remote and the argument pointing to your worker’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).

Can I test the server locally?

Yes, run npx nx dev remote-mcp-server to start on http://localhost:8787/ and test with the MCP Inspector or Claude Desktop using the local SSE URL.

How do I deploy the server to Cloudflare?

Create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add the namespace ID to wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.

Comments

More Cloud & Infrastructure MCP servers