MCP.so
Sign In

Remote MCP Server on Cloudflare

@davesbits

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

davesbits

Config

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

{
  "mcpServers": {
    "remote-mcp-server-davesbits": {
      "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 run a Model Context Protocol server on Cloudflare Workers with OAuth login. It is for developers building MCP‑compatible applications that need remote access.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the /sse endpoint.

Key features of Remote MCP Server on Cloudflare

  • Deploy MCP server on Cloudflare Workers
  • OAuth login for authentication
  • Connect via SSE transport
  • Works with MCP Inspector
  • Integrates with Claude Desktop
  • Supports local development and remote deployment

Use cases of Remote MCP Server on Cloudflare

  • Host a remote math tool for Claude
  • Test custom MCP tools locally with MCP Inspector
  • Deploy a production MCP server with OAuth authentication
  • Connect Claude Desktop to a remote MCP endpoint

FAQ from Remote MCP Server on Cloudflare

What runtime and dependencies are required?

Node.js, npm, and a Cloudflare account for deployment are needed.

How do I connect with the MCP Inspector?

Set Transport Type to SSE, enter the server URL (e.g., localhost:8787/sse or worker‑name.account‑name.workers.dev/sse), and log in with any email and password.

How do I configure Claude Desktop?

Add an mcpServers entry in Claude’s config file using npx mcp-remote and the server’s /sse URL.

Where does OAuth data live?

OAuth KV namespace is created

Comments

More Cloud & Infrastructure MCP servers