cloudflare-pages-mcp

perzeuss/cloudflare-pages-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
An MCP server that lets an AI assistant (e.g. Claude) create Cloudflare Pages projects and deploy files to a live *.pages.dev site.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudflare-pages-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perzeuss/cloudflare-pages-mcp"
      ]
    }
  }
}

README Excerpt

Remote MCP server (Streamable HTTP + OAuth 2.1) to create Cloudflare Pages projects and deploy static files (for example, Claude-generated HTML/CSS/JS) to a live `*.pages.dev` site using the Cloudflare Direct Upload API. It runs as an HTTP service so you can add it to Claude as a **custom connector** over HTTPS, with built-in OAuth 2.1 (PKCE, dynamic client

Tools (18)

ALLOWED_ORIGINSCLOUDFLARE_ACCOUNT_IDCLOUDFLARE_API_BASE_URLCLOUDFLARE_API_TOKENHOSTMAX_BODY_SIZEMCP_AUTH_TOKENOAUTH_ACCESS_TOKEN_TTLOAUTH_ISSUER_URLOAUTH_PASSWORDOAUTH_REFRESH_TOKEN_TTLOAUTH_SIGNING_SECRETPORTPUBLIC_BASE_URLRATE_LIMIT_MAXRATE_LIMIT_WINDOW_MSTRUST_PROXYcreate_project