Catalog
live.hypertext/hypertext
Official1 toolHypertext
Publish complete HTML artifacts and return a public share URL.
Publish and share complete HTML artifacts via public URLs.
Captured live from the server via tools/list.
publish_html
Publish a finished HTML artifact, report, dashboard, visualization, prototype, or interactive document and return a public share URL. Use when an agent has generated browser-ready HTML that should be shared outside the chat or workspace.
Parameters (2)
- htmlstringrequired
The raw HTML document to publish.
- titlestring
Optional human-readable title for metadata.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"hypertext": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hypertext.live/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.