Deploy web apps from Claude chat — no CLI required. Apps are served instantly from Workers KV.
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
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" }
Apps are served at /apps/{name} on this domain — instantly, no DNS wait.