MCP.so
Sign In

Remote MCP Server on Cloudflare

@organicnz

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

organicnz

Config

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

{
  "mcpServers": {
    "remote-mcp-server-organicnz": {
      "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 host a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, enabling remote tools to be called by MCP clients.

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 configure Claude Desktop with npx mcp-remote pointing to the server's /sse endpoint. Deploy to Cloudflare by creating a KV namespace and running npm run deploy.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers for global edge deployment
  • Includes OAuth login for secure access
  • Uses SSE transport for real-time communication
  • Provides a math tool as an example
  • Supports local development and debugging

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote MCP server for AI assistants like Claude
  • Build and test MCP tools locally before production deployment
  • Enable authenticated tool calls from any MCP client over the internet

FAQ from Remote MCP Server on Cloudflare

What transport does Remote MCP Server on Cloudflare use?

It uses Server-Sent Events (SSE), configured via a URL path like /sse.

How do I deploy Remote MCP Server on Cloudflare?

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

How can I connect Claude Desktop to my remote server?

Update Claude’s config file to use npx mcp-remote with your server’s workers.dev URL appended with /sse.

How can I debug connection issues?

Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. If needed, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.

Comments

More Cloud & Infrastructure MCP servers