Skip to main content
Glama
publee-dev

Publee MCP Server

Official

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, …).

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.

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

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

  • publee-dev/skills — Agent Skill + Claude Code plugin (/plugin marketplace add publee-dev/skills)

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Publishes 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 updated
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Publish 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 updated
    1
    11
    10
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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