VOOZH about

URL: https://mcp.so/server/brewpage-mcp/kochetkov-ma

⇱ BrewPage.app MCP MCP Server


BrewPage.app MCP

@kochetkov-ma

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)

ToolWhat it does
publish_htmlPublish HTML or Markdown → public short URL + owner token
publish_fileUpload a file (≤5 MB, 20 MB video, 5 MB audio) → public URL
get_pageFetch previously published content
delete_resourceDelete by owner token
get_statsPlatform-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"
 ]
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.