Publee MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Publee MCP ServerPublish this HTML and give me the URL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpSee publee.app/docs/mcp for Claude Desktop, Cursor, and other clients.
Related MCP server: drop
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 |
| (none) | Bearer token. Publishes attach to your account and persist indefinitely. |
|
| 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
Maintenance
Tools
Related MCP Servers
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.Last updated41MIT
- Alicense-qualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.Last updatedMIT
- Alicense-qualityBmaintenancePublish Markdown or HTML to a clean, shareable public link straight from your AI assistant — OAuth sign-in, no API keys. Tools: publish and list_my_pages.Last updated1MIT
- AlicenseAqualityAmaintenancePublish HTML or markdown artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Works with the hosted service or a self-hosted instance.Last updated11110MIT
Related MCP Connectors
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/publee-dev/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server