MCP DEPLOY · CLOSED BETA · FREE

The deploy tool that signs you up via chat.

No signup form. No CLI. No git push. Tell your AI to ship — it creates your account, deploys your site, and emails the keys. ~25 seconds.

See it ship in 25 seconds

Works with Claude Desktop, Cursor, Cline, Continue, and Claude Code.

$ claude > deploy this html to my-launch signing you up... done uploading 1 file (243 B) provisioning subdomain... done issuing TLS cert... done live → https://my-launch.hosting.champlinenterprises.com welcome email sent to you@example.com api key saved to ~/.artifact-host/auth.json total: 23.4s

Real deploy, real time, no edits.

A real site, deployed in one prompt. Open it →

Why not the obvious ones

We're not trying to beat Cloudflare. We're trying to beat the signup form.

Cloudflare Workers, Netlify, and Vercel are all excellent. They beat us on scale, edge CDN, and dynamic. We beat them on one thing: getting from "I just had an idea" to a live HTTPS URL without leaving the chat.

Cloudflare Workers MCP Netlify / Vercel artifact-host
Account required up front Cloudflare account Yes No
OAuth or CLI to deploy wrangler netlify-cli / vercel CLI None — your AI handles it
Time to first live URL ~5 min ~3 min ~25 sec
Native MCP deploy tool Workers (paste code) None 6 tools, full lifecycle
Custom domain Free Free Beta: free (Pro tier)
Dynamic / SSR / edge Yes Yes No — static only
Global CDN scale Massive Massive Single VPS, fine for closed beta

If you're building a high-traffic SaaS, use one of them. If you're shipping a side project from a chat in 25 seconds, use us.

Who this is for

You don't need to learn wrangler, vercel, or netlify CLI. You don't need a Cloudflare account. You just need Claude.

Install

One click. Or one URL. Pick.

Verified in Claude Desktop, Cursor, Cline, Continue, and Claude Code.

Install for Claude Desktop

Download, double-click, click Install. That's it.

Download artifact-host.dxt
  1. 1Click the button above. Your browser downloads artifact-host.dxt (10 KB).
  2. 2Open the file. Claude Desktop pops up with an "Install artifact-host?" prompt.
  3. 3Click Install. Restart Claude Desktop. Tell it: "deploy a test site to artifact-host."
OR

Paste one URL into any MCP client

Cursor, Cline, Continue, Claude Code, Claude Desktop's Connectors. Zero local install — the MCP runs on our server.

https://hosting-api.champlinenterprises.com/api/mcp/v1
  1. 1Open your MCP client's settings. Find "Add MCP server" or "Connectors".
  2. 2Choose "HTTP" or "Remote URL" if asked. Paste the URL above.
  3. 3Tell your AI: "deploy a test site to artifact-host." First call signs you up automatically.
Different AI client? Show install alternatives ↓

Paste a URL (works in Claude Desktop's "Add via URL", Cursor, etc.)

Some MCP clients let you add a server by URL — they fetch the config for you. No file editing, no terminal.

Hosted MCP config
https://hosting.champlinenterprises.com/install.json

Claude Code · one-liner

If you have the claude CLI installed.

Terminal
claude mcp add artifact-host -- npx -y artifact-host-mcp

Other clients · curl one-liner

Mac / Linux / Windows (WSL / PowerShell). Backs up any existing config, merges the artifact-host server, won't touch other MCP servers.

Terminal · zsh / bash / pwsh
curl -fsSL https://hosting.champlinenterprises.com/install.sh | bash

Or paste the JSON yourself

artifact-host MCP config
{
  "mcpServers": {
    "artifact-host": {
      "command": "npx",
      "args": ["-y", "artifact-host-mcp"],
      "env": {
        "ARTIFACT_HOST_API_URL": "https://hosting-api.champlinenterprises.com"
      }
    }
  }
}

Where the JSON goes (manual)

Claude Desktop ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor ~/.cursor/mcp.json
Continue ~/.continue/config.json
Cline (VS Code) VS Code → Settings → MCP Servers

Other MCP clients work too — same JSON, look up where their config lives.

No API key needed up front. The first time you ask the AI to deploy, your account is created automatically and the key is saved to ~/.artifact-host/auth.json.

What your AI can do

Six tools. Your AI picks the right one.

signup

Create your account; auto-saves the key.

"Sign me up with you@example.com"

deploy_site

Ship a new site to a fresh subdomain.

"Deploy this to my-portfolio."

list_sites

Inventory of everything you have.

"What sites do I have?"

update_site

Atomic-ish replace of an existing site.

"Push this fix to my-portfolio."

delete_site

Tear it down — files, subdomain, db row.

"Take down old-prototype."

get_logs

Tail access + error logs.

"Show me errors on my-portfolio."

Questions

The honest version.

What does it cost?
Free during closed beta. Paid tiers will appear later for higher per-user quotas, custom domains, and dynamic backends. Anyone signing up now is grandfathered.
What can I host?
Static sites only — HTML, CSS, JS, images, fonts. Server-side files are rejected at upload with a clear error: .php, .phtml, .phar, .htaccess, .env, etc. — anything that would either execute or leak secrets if served plain. Build outputs from Vite, Next, Astro, etc. work fine if you export static.
What are the limits?
5 MB per file, 100 MB per deploy. Thirty deploys per minute. Subdomains: 1–63 lowercase characters, alphanumeric plus hyphens.
Can I use my own domain?
Yes — once you're on the Pro tier you can map a custom domain. Add a CNAME, click Verify in the dashboard, the cert auto-issues. Closed beta is free; Pro pricing will be announced before billing turns on.
Is the source open?
The MCP client is MIT-licensed on GitHub and published to npm. The hosted server is closed-source.
How is this different from Cloudflare Workers MCP?
Cloudflare's MCP integration assumes you already have a Cloudflare account, a Workers project, and a wrangler.toml. We assume you have nothing. Our tool calls handle account creation, subdomain provisioning, and TLS in the background. Honest tradeoff: we don't have an edge CDN.
How is this different from Netlify Drop / Vercel CLI?
Both are great if you're comfortable in a terminal. Our pitch is for people who aren't.
Who built this?
Kevin Champlin at Champlin Enterprises, LLC. 28 years shipping production code. Reach me by replying to your welcome email or at kevin@kevinchamplin.com.

Built by Kevin Champlin · 28 years shipping production code · kevin@kevinchamplin.com

GitHub stars npm downloads

Stop fiddling with deploys.

Closed beta is free. Install in two clicks, ask your AI to deploy something, see your site live in under thirty seconds.

Get the install snippet