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.
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.
- 1Click the button above. Your browser downloads
artifact-host.dxt(10 KB). - 2Open the file. Claude Desktop pops up with an "Install artifact-host?" prompt.
- 3Click Install. Restart Claude Desktop. Tell it: "deploy a test site to artifact-host."
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- 1Open your MCP client's settings. Find "Add MCP server" or "Connectors".
- 2Choose "HTTP" or "Remote URL" if asked. Paste the URL above.
- 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
https://hosting.champlinenterprises.com/install.json
Claude Code · one-liner
claude mcp add artifact-host -- npx -y artifact-host-mcp
Other clients · curl one-liner
curl -fsSL https://hosting.champlinenterprises.com/install.sh | bash
Or paste the JSON yourself
{
"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)
~/Library/Application Support/Claude/claude_desktop_config.json
~/.cursor/mcp.json
~/.continue/config.json
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?
What can I host?
.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?
Can I use my own domain?
Is the source open?
How is this different from Cloudflare Workers MCP?
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?
Who built this?
Built by Kevin Champlin · 28 years shipping production code · kevin@kevinchamplin.com
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