The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Publee Dev MCP listing page.
Publee turns HTML into a limited-share URL
(https://<slug>.publee.site). This MCP server lets AI tools (Claude Code,
Claude Desktop, Cursor, …) publish a generated page and hand back a shareable
URL in one tool call — no build step, no hosting setup.
Publee runs a hosted MCP endpoint at https://publee.app/api/mcp with OAuth —
no local install needed:
See publee.app/docs/mcp for Claude Desktop, Cursor, and other clients.
For clients or environments that only support local stdio servers:
PUBLEE_API_TOKEN is optional — omit it to publish anonymously. Tokens are
issued at publee.app/tokens.
| Env var | Default | Purpose |
|---|---|---|
PUBLEE_API_TOKEN | (none) | Bearer token. Publishes attach to your account and persist indefinitely. |
PUBLEE_API_URL | https://publee.app | API origin override (for development). |
publee_publishPublish a single HTML document (html) or a static file tree (files) and
get back the site URL. Pass slug + overwrite: true (token required) to
update an existing site while keeping the same URL — prefer this over
publishing a new URL when revising something already shared.
Key parameters: html, files, title, visibility
(public / password / private / workspace / members), password,
slug, overwrite, spaMode, noindex, memberEmails.
Full parameter reference: publee.app/docs/api
/plugin marketplace add publee-dev/skills)MIT