Just Publish

Created By
just-done3 hours ago
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.
Overview

Just Publish

Publish a static website to a live, public URL — without leaving your chat.

Just Publish is an AI-native publishing tool delivered as a remote MCP server. Hand it your HTML, CSS, JS, and images from any MCP-enabled client (Claude, ChatGPT, Cursor, and others), and it returns a live, shareable URL in seconds. No build step. No dashboard to log into. No deploy config to write.

What it does

You describe or generate a website in your assistant. Just Publish takes the files and hosts them — instantly. The result is a real, public link you can share with anyone, backed by Cloudflare's edge network for fast global delivery.

  • Static files in, URL out. Plain HTML, CSS, JS, and images. An index.html at the root is all that's required.
  • No framework lock-in, no build pipeline. What you hand it is what goes live.
  • Update in place. Each new site returns an edit_token — save it and re-deploy to the same URL anytime.
  • Zero setup. No account creation gate, no API keys to manage in the chat flow.

The deploy tool

This server exposes a single, focused tool:

ToolWhat it does
deployPublishes a set of files to a public URL. First call returns the URL, a site_id, and an edit_token. Pass site_id + edit_token on later calls to update the same site in place.

Inputs: files (each with a path and content; must include index.html at the root), an email to associate with the site, and optionally site_id + edit_token to update an existing site.

Connect

Add the remote server to any client that supports the Streamable HTTP transport:

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

Then just ask:

"Build me a one-page site for my coffee shop and publish it."

Your assistant generates the files, calls deploy, and hands back the live URL.

Why Just Publish

Most hosting still assumes a human at a terminal — a repo, a build command, a dashboard, DNS. Just Publish collapses all of that into one tool call, so an assistant can take a site from idea to live link in a single step. It's built for the moment AI generates something worth sharing and you want it online now.

Server Config

{
  "mcpServers": {
    "just-publish": {
      "type": "streamable-http",
      "url": "https://mcp.justpublish.ai/"
    }
  }
}
Project Info
Created At
3 hours ago
Updated At
3 hours ago
Author Name
just-done
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

8 hours ago
Mcp Symone

6 hours ago
Jiebang Tools

17 hours ago