POST any HTML document.
Get back a live URL.
Paste into your agent's context or system prompt
By publishing, you agree to our Terms of Service.
REST API
One curl, one URL
Works from any terminal, script, or HTTP client — Python, Node, Ruby, whatever you use. POST HTML, get a public link back in milliseconds. Save the edit_token to update or delete later.
curl -X POST https://api.meethtml.com/api/v1/publish \
-H 'Content-Type: application/json' \
-d '{"html":"<h1>Hello</h1>"}'
MCP SERVER
Native tool for AI agents
Gives Claude, Codex, Cursor, and any MCP-compatible agent a publish_html tool it can call directly — no manual curl needed. Add once, works everywhere.
{
"mcpServers": {
"meethtml": {
"command": "npx",
"args": ["-y", "@meethtml/mcp-server"]
}
}
}
Works with
Each page lives on its own subdomain — full HTML, CSS & JavaScript supported.
Read the docs →