Just Publish
@just-done
关于 Just Publish
Publish a static website to a live public URL — straight from chat. Hand Just Publish your HTML, CSS, JS, and images and get a shareable link in seconds. No build step, no dashboard, no deploy config.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"just-publish": {
"type": "streamable-http",
"url": "https://mcp.justpublish.ai/"
}
}
}工具
3Publish a static site (HTML, CSS, JS, images) to a public URL. First call: omit site_id and edit_token — you'll get back a URL, site_id, and edit_token. Save the edit_token if the user wants to update the same site later. Subsequent calls: pass site_id + edit_token to update the same site in place — note that deploy REPLACES the entire file set (any file you omit is deleted). To change just one or a few files without resending the whole site, use update_site_file instead. To read what's currently live before editing, use get_site_files.
Read the files of a site you previously published, so you can make a TARGETED edit instead of regenerating the whole site from memory. Returns: a complete manifest (every file's path, size, content-type, sha256) and the contents of the text files (HTML/CSS/JS/etc). Also returns the site's current `version` — pass it back to update_site_file to avoid clobbering a newer change. Pass `paths` to fetch only specific files; omit it to get all text files. Requires site_id + edit_token.
Update ONE OR A FEW files of an already-published site, leaving every other file untouched (MERGE — unlike deploy, which replaces the whole site). Ideal for small edits: fix a typo in index.html, swap a stylesheet, add one page. Best practice: call get_site_files first, edit the returned content, then call this with the files you changed and the `expected_version` from that read — if the site changed in the meantime you'll get a clear conflict telling you to re-read. Requires site_id + edit_token. Cannot delete files (use deploy to drop a file) and cannot remove index.html.
概览
What is Just Publish?
Just Publish is an AI-native publishing tool delivered as a remote MCP server. It lets you hand HTML, CSS, JS, and images from any MCP-enabled client (Claude, ChatGPT, Cursor, etc.) and receive a live, shareable URL in seconds — with no build step, dashboard, or deploy configuration required.
How to use Just Publish?
Add the remote server to any MCP client that supports Streamable HTTP transport using the endpoint https://mcp.justpublish.ai/. Then invoke the single deploy tool with your files (must include index.html at the root), optionally provide an email, and optionally pass a site_id + edit_token to update an existing site.
Key features of Just Publish
- Static files in, live URL out — plain HTML, CSS, JS, and images.
- No framework lock-in or build pipeline required.
- Update in place using the returned
edit_token. - Zero setup: no account creation or API keys needed.
Use cases of Just Publish
- Generate and publish a one-page website for a business immediately from chat.
- Share a live prototype or static mockup with collaborators.
- Update an already-published site by re-deploying with the same token.
FAQ from Just Publish
What kind of files can I publish with Just Publish?
Plain static files: HTML, CSS, JavaScript, and images. An index.html file at the root is required.
Do I need an account or API key to use it?
No. There is no account creation gate or API key to manage. You can optionally provide an email to associate with the site.
Can I update a site after it's published?
Yes. The first deploy call returns an edit_token and site_id. Pass them together on a later call to update the same site in place.
How are published sites hosted?
Sites are hosted on Cloudflare's edge network for fast global delivery.
What transport does the MCP server use?
It uses the Streamable HTTP transport. No local installation is required.
开发工具 分类下的更多 MCP 服务器
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
评论