deploy_html
Publish a standalone HTML document and get back a public URL, optionally grouped into a project folder.
HTMLHost.ai ships a hosted Model Context Protocol server. Connect it once and any MCP client — Claude Code, Claude Desktop, Cursor, or your own agent — can publish HTML artifacts, update existing pages, and list what it has shipped. No CLI install required.
$ claude mcp add --transport http htmlhost \
https://htmlhost.ai/mcp \
--header "Authorization: Bearer hh_..."
# Then ask the agent:
# "Publish this dashboard with the htmlhost tool"
Publish a standalone HTML document and get back a public URL, optionally grouped into a project folder.
Replace the content behind an existing URL so a shared review link always shows the latest version.
Let the agent see what it has published, with URLs and view counts.
Streamable HTTP. Each JSON-RPC request gets a direct JSON response, which works with current MCP clients.
Yes. Add a custom connector pointing at https://htmlhost.ai/mcp with your Authorization header.
No. The MCP endpoint is hosted; only an API key is needed.
The CLI remains the lightest option for shell-capable agents. MCP suits clients without shell access or with managed tool configs.