Back to directory
mcp-cf-deploy

mcp-cf-deploy

@sakomws0

A boilerplate and guide for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, demonstrating SSE transport.

cloudflareworkersoauthremote-mcp-serverssecloud

Installation & Configuration

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

Information

Transport
sse
Language
TypeScript
Created
2025/4/12
Updated
2025/4/12