MCP.so
Sign In

Remote MCP Server on Cloudflare

@MFLS2023

About Remote MCP Server on Cloudflare

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

MFLS2023

Config

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

{
  "mcpServers": {
    "remote-mcp-server-mfls2023": {
      "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 setup to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host an MCP server remotely and connect it to MCP clients such as Claude Desktop.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. To deploy, create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, then run npm run deploy. Connect clients via SSE URL (e.g., worker-name.account-name.workers.dev/sse) using npx @modelcontextprotocol/inspector for testing or npx mcp-remote <sse-url> for Claude Desktop.

Key features of Remote MCP Server on Cloudflare

  • Run MCP server on Cloudflare Workers with OAuth login.
  • Local development and testing with MCP Inspector via SSE.
  • Connect Claude Desktop using the mcp-remote proxy.
  • Deploy with simple Wrangler command and npm scripts.
  • OAuth data persisted through Cloudflare KV namespace.

Use cases of Remote MCP Server on Cloudflare

  • Host custom MCP tools accessible from remote AI clients.
  • Test MCP server locally before production deployment.
  • Connect Claude Desktop to a secure remote MCP server.
  • Provide OAuth‑protected MCP endpoints for AI assistants.

FAQ from Remote MCP Server on Cloudflare

How do I run the server locally?

Run npx nx dev remote-mcp-server and open http://localhost:8787/ in your browser.

How do I test with MCP Inspector?

Run npx @modelcontextprotocol/inspector, select SSE transport, enter http://localhost:8787/sse as the URL, click Connect, and log in with any email and password.

How do I connect Claude Desktop to the server?

Add a configuration entry in Claude’s settings using npx mcp-remote with the SSE URL – http://localhost:8787/sse for local, or https://worker-name.account-name.workers.dev/sse for remote.

How do I deploy to Cloudflare?

Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.

What if something goes wrong?

Restart Claude, test connectivity

Comments

More Cloud & Infrastructure MCP servers