Getting Started
Invoker is an MCP server that lets you deploy web content to live URLs directly from AI conversations. Every deploy gets its own subdomain at {slug}.invoker.page — no backend infrastructure, no build pipeline required.
How It Works
- Install the Invoker MCP server in Claude Desktop, Claude Code, or Cursor
- Describe what you want in natural language
- Claude builds & deploys the HTML and gives you a live URL instantly
- Iterate — update, teardown, or list your deploys from the same conversation
What You Can Deploy
- Single HTML files — landing pages, coming soon pages, portfolios
- Multi-file sites — full sites with separate CSS, JS, and images
- React apps — import React from esm.sh with no build step; enable SPA routing with
is_spa - Templates — start from a built-in waitlist or contact template
- Composed pages — assemble from 16 pre-built blocks with 5 style presets
Key Differences in v2
- No preview step — deploys go live immediately
- No forms or submissions — Invoker no longer captures form data
- Slug-based subdomains — every deploy gets
{slug}.invoker.pagedirectly - Anonymous deploys — deploy without logging in; claim the deploy later with a token
Next Steps
Already installed?
Skip ahead to First Deploy for a quick walkthrough.