meethtml.com
Docs Sign in

POST any HTML document.
Get back a live URL.

Paste into your agent's context or system prompt

1 Paste your HTML
7 lines
2 Your live URL
https://[slug].meethtml.com

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>"}'
Full API reference →

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"]
    }
  }
}
Tools: publish_html · update_page · delete_page

Works with

Claude
Claude Code
Cursor
Cursor
OpenAI
Codex
Antigravity
Antigravity
Copilot
Copilot
n8n
n8n
Make
Make
Zapier
Zapier
opencode
opencode
Hermes Agent
Hermes
OpenClaw
OpenClaw
Windsurf
Windsurf
Manus
Manus
Grok
Grok
Perplexity
Perplexity
Cline
Cline

Each page lives on its own subdomain — full HTML, CSS & JavaScript supported.
Read the docs →