Deploy Claude-generated websites to EliteSpec hosting in one tool call. An MCP (Model Context Protocol) server for Claude Code and Claude Desktop.
npm install -g @elitespec/claude-host
elitespec-host install # prints Claude config JSON to paste
elitespec-host login # one-time authOnce installed in Claude, the model can call:
deploy_site(name, files, industry?)— ship a static site to<slug>.elitespec.co.nzupdate_site(siteId, files)— push changes to an already-deployed sitelist_sites()— list the user's hosted sites
Example conversation:
User: Make me a landing page for my Auckland bakery.
Claude: (writes HTML, CSS, JS in the conversation)
User: Publish it.
Claude: (calls
deploy_sitewith the files)
- Free tier:
<slug>.elitespec.co.nzsubdomain, up to 3 sites. - $9/mo: custom domain, unlimited sites, no EliteSpec branding.
- $29/mo: everything above plus Forge AI upgrades (rewrite copy, add pages, stock photos matched to your industry).
Full docs at https://forge.elitespec.co.nz/docs/claude-host
Your Claude Code session never sees your password. Login is handled by the CLI and stores a token at ~/.elitespec/host.json.
MIT