- BrewPage.app MCP
BrewPage.app MCP
Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. 5 tools, stdio, no signup. Returns public short URL + owner token per artifact.
Overview
BrewPage MCP
MCP server for BrewPage — a free, no-signup content hosting platform. Lets Claude, Cursor, Cline, and any MCP client publish and manage HTML, Markdown, KV entries, JSON documents, and files directly, returning a public short
URL and an owner token per artifact.
Tools (5)
| Tool | What it does |
|---|---|
publish_html | Publish HTML or Markdown → public short URL + owner token |
publish_file | Upload a file (≤5 MB, 20 MB video, 5 MB audio) → public URL |
get_page | Fetch previously published content |
delete_resource | Delete by owner token |
get_stats | Platform-wide usage statistics |
Install
{
"mcpServers": {
"brewpage": {
"command": "npx",
"args": ["-y", "brewpage-mcp"]
}
}
}
Zero config — BREWPAGE_URL (optional) overrides the default https://brewpage.app.
Usage examples
Ask your AI assistant:
- "Publish this HTML to BrewPage" → returns public URL
- "Create a BrewPage with my meeting notes in Markdown"
- "Upload this image to BrewPage"
- "Delete my page demo/abc123, owner token tok_xyz"
Every publish returns an owner token — the only way to update or delete your content. Save it, it can't be recovered.
Links
- Live platform: https://brewpage.app
- npm: brewpage-mcp (https://www.npmjs.com/package/brewpage-mcp) (v1.3.2, MIT)
- Source: https://github.com/kochetkov-ma/brewpage-openapi/tree/main/mcp-server
- Official MCP Registry: io.github.kochetkov-ma/brewpage-mcp
- OpenAPI docs: https://kochetkov-ma.github.io/brewpage-openapi/
Limits
┌──────────┬──────────────────────────────┐
│ Resource │ Limit │
├──────────┼──────────────────────────────┤
│ HTML │ 5 MB, TTL 15d / max 30d │
├──────────┼──────────────────────────────┤
│ KV value │ 1 MB, 1000 keys/namespace │
├──────────┼──────────────────────────────┤
│ JSON doc │ 1 MB, 10 000 docs/collection │
├──────────┼──────────────────────────────┤
│ File │ 5 MB (video 20 MB) │
└──────────┴──────────────────────────────┘
MIT licensed.
Server Config
{
"mcpServers": {
"brewpage": {
"command": "npx",
"args": [
"-y",
"brewpage-mcp"
]
}
}
}Project Info
Created At
a month agoUpdated At
a month agoAuthor Name
kochetkov-maStar
-Language
-License
-Tags
Recommend Servers
View Allmcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Test
@modelcontextprotocol
test
6 months ago
Filesystem
@modelcontextprotocol
2 months ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago