Publee MCP Server
Enables AI tools to publish HTML pages and get shareable URLs instantly, with optional account features for persistence, in-place updates, and visibility control.
README
Publee MCP server
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.
- Works without an account: anonymous sites expire after 7 days, and the tool result includes a claim URL that transfers the site to an account.
- With an API token, sites persist indefinitely (on every plan, including free), can be updated in place (same URL), and unlock more visibility options (password, members-only, …).
Recommended: hosted endpoint (Streamable HTTP)
Publee runs a hosted MCP endpoint at https://publee.app/api/mcp with OAuth —
no local install needed:
claude mcp add --transport http publee https://publee.app/api/mcp
See publee.app/docs/mcp for Claude Desktop, Cursor, and other clients.
This repo: stdio server
For clients or environments that only support local stdio servers:
{
"mcpServers": {
"publee": {
"command": "npx",
"args": ["-y", "github:publee-dev/mcp"],
"env": {
"PUBLEE_API_TOKEN": "publee_live_..."
}
}
}
}
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). |
Tools
publee_publish
Publish 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
Related
- publee-dev/skills — Agent Skill +
Claude Code plugin (
/plugin marketplace add publee-dev/skills)
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.