Developer Tools
publee.app
Publishes and manages static HTML sites, providing shareable URLs and updates.
ENDPOINT 1
https://publee.app/api/mcp
MCP server metadata
- Name
- publee
- Version
- 1.0.0
Publee はHTMLを共有用URL (https://<slug>.publee.site) として公開するサービスです。 publee_publish で単一HTML(html引数)または複数ファイル(files引数)を公開できます。 公開済みサイトの内容を更新するときは、新規公開せず publee_publish に slug と overwrite: true を渡してください(URLは変わりません)。 自分のサイトの slug は publee_list_sites で確認できます。 認証なしでも公開できますが7日で削除されます。OAuthログインまたはAPIトークン(Bearer)があれば無期限保持・非公開設定・更新(overwrite)が使えます。
Known tools 2
publee_publishPublish HTML (or a static file tree) and get a shareable https://<slug>.publee.site URL, or update an existing site's content.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.publee]
url = "https://publee.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"publee": {
"type": "http",
"url": "https://publee.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: publee
Remote MCP URL: https://publee.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"publee": {
"url": "https://publee.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"publee": {
"type": "http",
"url": "https://publee.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "publee",
"transport": "streamable-http",
"url": "https://publee.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for publee.app was fetched 2026-08-04T01:23:52.600Z and is being refreshed.
publee.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.