loading…
Search for a command to run...
loading…
Deploy Claude-generated websites to EliteSpec hosting in one tool call. deploy_site / update_site / list_sites tools give the model a live URL on elitespec.co.n
Deploy Claude-generated websites to EliteSpec hosting in one tool call. deploy_site / update_site / list_sites tools give the model a live URL on elitespec.co.nz seconds after writing HTML/CSS/JS.
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 auth
Once 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 sitesExample 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)
<slug>.elitespec.co.nz subdomain, up to 3 sites.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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"claude-host": {
"command": "npx",
"args": []
}
}
}