Cloudflare App Deployer MCP + REST

Deploy web apps from Claude chat — no CLI required. Apps are served instantly from Workers KV.

MCP (Claude.ai integration)

Add as a Remote MCP Server in Claude.ai settings → Integrations:

URL:    https://cloudflare-deployer.pages.dev/mcp
Header: X-Auth-Key: <your key>

Tool: deploy_app(projectName, htmlContent) → returns live URL

REST API (fetch from Claude artifacts)

POST /deploy
Content-Type: application/json
X-Auth-Key: <your key>

{ "projectName": "my-app", "htmlContent": "<!DOCTYPE html>..." }

→ { "success": true, "url": "https://.../apps/my-app", "appName": "my-app" }

Deployed apps

Apps are served at /apps/{name} on this domain — instantly, no DNS wait.