Skip to content
Back to search
100
MCP live v0.1.4 streamable-http

Just Publish

ai.justpublish/just-publish

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

Uptime
15.3%
59 probes
Response
90ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

deploy

Put a website live at a public URL. Use this when the user wants to publish, launch, or get a page online — e.g. 'I need a website', 'put up a page for my business', 'make this live'. Takes static fil…

get_site_files

Read the files of a site you already published, so you can make a targeted edit instead of rebuilding the whole site from memory. Returns a complete manifest (every file's path, size, content-type, sh…

update_site_file

Change one or a few files of an already-published site, leaving every other file untouched (a merge — unlike deploy, which replaces the whole site). Ideal for small edits: fix a typo in index.html, sw…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "just_publish": {
      "url": "https://mcp.justpublish.ai/",
      "transport": "streamable-http"
    }
  }
}