MCP.so
Sign In

Building a Remote MCP Server on Cloudflare (Without Auth)

@Tom-dlhy

About Building a Remote MCP Server on Cloudflare (Without Auth)

No overview available yet

Config

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

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is Building a Remote MCP Server on Cloudflare (Without Auth)?

This example deploys a remote MCP (Model Context Protocol) server that does not require authentication on Cloudflare

Comments

More Developer Tools MCP servers