Labsco
just-done logo

Just Publish

โ˜… 1

from just-done

Get your website online in seconds โ€” just ask your AI assistant to publish it and Just Publish hands you a live link to share. No code, no setup, no hosting to figure out.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Just Publish โ€” MCP Server

Publish the website you built with AI to a live public URL โ€” straight from chat, no setup.

Describe a site to your AI assistant โ€” ChatGPT, Claude, Gemini, or any MCP-enabled client โ€” and it publishes the site and hands back a live URL. No git, no CLI, no build step, no dashboard, and no login to fumble through. You hand it your files, it hands back a working link. Built for the person who made a site with AI and just wants it online.

  • Website: https://justpublish.ai
  • MCP endpoint: https://mcp.justpublish.ai/
  • Registry name: ai.justpublish/just-publish
  • Transport: Streamable HTTP (remote โ€” nothing to install)

How it works

Call deploy with your files (HTML, CSS, JS, images) and an email. You get back a live url, a site_id, and an edit_token. Keep the token and you can update the same site anytime โ€” either a full redeploy or a single-file edit. That's the whole flow.

Connecting

{
  "mcpServers": {
    "just-publish": {
      "type": "streamable-http",
      "url": "https://mcp.justpublish.ai/"
    }
  }
}

Then ask your assistant to publish a site. It returns the public URL.

Tools

ToolWhat it does
deployPublish a new static site (HTML/CSS/JS/images), or fully replace an existing one. Returns the live URL, a site_id, and an edit_token.
get_site_filesRead a published site's files so the assistant can make a targeted edit. Requires site_id + edit_token.
update_site_fileChange one or a few files in place (merge). Requires site_id + edit_token.

Resources

Static markdown guidance the client can load into context before it picks a tool:

ResourcePurpose
just-publish-overviewWhat Just Publish is and which tool to use when.
just-publish-edit-lifecycleThe read โ†’ edit โ†’ update loop.
just-publish-file-conventionsPaths, encoding, size limits, routing.
just-publish-invariantsindex.html required; deploy replaces vs. update_site_file merges; edit_token is the only auth.

Plus a UI resource for the publish-result widget.

Who it's for

Non-technical builders and AI agents that generate a static site and need it hosted in one step. If you can describe a page, you can publish it.

Good to know

  • No accounts required. Edit access is held by the edit_token returned at publish time โ€” save it to update the site later.
  • Static sites only โ€” files in, URL out. No frameworks or build pipelines.
  • Free to start; a Builder plan and custom-domain connection are available at justpublish.ai.

About this repository

Public metadata + registry listing for the Just Publish MCP server: server.json, .mcp.json, icons, and this README. The server runs at https://mcp.justpublish.ai/; its source is not part of this repo.