hoaster for Claude Desktop
app.hoaster/hoaster
Hosts AI-generated web content (HTML, images, SVG, JSON) at a public URL, with custom domains.
client:Claude Desktop
transport:streamable-http
Install hoaster in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hoaster": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hoaster.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs