streamable-httpupdated 1mo ago
Publish the web page your AI just built โ live, on your own domain.
What can you do with htmlpub mcp?
HTMLPub โ MCP Server
Publish the web page your AI just built โ live, on your own domain.
HTMLPub is a hosted publishing platform. Its MCP server lets Claude, ChatGPT, Cursor, and other AI assistants create and publish web pages, sites, and blogs directly to hosting โ pass it HTML and it's live. Unlike temporary paste-HTML tools, HTMLPub pages are permanent, on your own custom domain, with built-in forms to capture leads.
- ๐ Server URL:
https://mcp.htmlpub.com/mcp - ๐ Auth: OAuth โ sign in with your HTMLPub account (no API key)
- ๐ Transport: Streamable HTTP (remote)
- ๐ป Clients: Claude.ai ยท Claude Desktop ยท Claude Code ยท Cursor ยท ChatGPT (paid)
What it does
Connect once and your AI can:
| Tool | What it does |
|---|---|
create_page |
Publish HTML as a live page (optional custom slug) |
update_page |
Replace a page's full HTML |
edit_page |
Make targeted text edits to a page |
get_page / list_pages |
Read your pages |
delete_page |
Remove a page |
create_site / list_sites |
Group related pages into a site |
upload_asset |
Add images, CSS, JS, or fonts |
Connect in 30 seconds
Claude.ai / Claude Desktop: Settings โ Connectors โ add a custom connector โ enter https://mcp.htmlpub.com/mcp โ sign in with your HTMLPub account.
Cursor: add the remote MCP server URL https://mcp.htmlpub.com/mcp in your MCP settings.
Full setup guide: https://htmlpub.com/docs/mcp
Why HTMLPub
Most AI tools write you a page, then leave you stuck on the hard part: getting it online. HTMLPub is the publish step โ permanent hosting, your own custom domain from $10/mo, and lead-capture forms, not a link that expires.
- Website: https://htmlpub.com
- Docs: https://htmlpub.com/docs/mcp
- Pricing: Free (design + preview) ยท Starter $10 (custom domain) ยท Pro $29 ยท Business $49
Install
Add htmlpub mcp to your client. Pick the one you use.
claude mcp add --transport http htmlpub-mcp https://mcp.htmlpub.com/mcpcodex mcp add htmlpub-mcp --url https://mcp.htmlpub.com/mcp{
"mcpServers": {
"htmlpub-mcp": {
"url": "https://mcp.htmlpub.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"htmlpub-mcp": {
"type": "http",
"url": "https://mcp.htmlpub.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"htmlpub-mcp": {
"url": "https://mcp.htmlpub.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"htmlpub-mcp": {
"serverUrl": "https://mcp.htmlpub.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 13, 2026 |