
brewpage-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
What is BrewPage.app MCP?
BrewPage.app MCP is a Model Context Protocol server for BrewPage, a free, no-signup content hosting platform. It enables Claude, Cursor, Cline, and any MCP client to publish and manage HTML, Markdown, KV entries, JSON documents, and files, returning a public short URL and an owner token per artifact.
How to use BrewPage.app MCP?
Add brewpage-mcp to your MCP client configuration (e.g., mcpServers in JSON) with npx -y brewpage-mcp. No API key or signup required. Optionally set the BREWPAGE_URL environment variable to override the default https://brewpage.app. Then ask your AI assistant to publish content, upload files, fetch pages, or delete resources using the provided owner token.
Key features of BrewPage.app MCP
- Publish HTML or Markdown as public pages.
- Upload files up to 5 MB (20 MB for video, 5 MB for audio).
- Retrieve previously published content.
- Delete resources using the owner token.
- View platform-wide usage statistics.
- Zero configuration with optional base URL override.
Use cases of BrewPage.app MCP
- Publish meeting notes or documentation as Markdown pages.
- Host HTML snippets for quick sharing or preview.
- Upload images or short audio clips for temporary hosting.
- Manage published content programmatically via owner tokens.
FAQ from BrewPage.app MCP
Do I need to sign up or provide an API key?
No. BrewPage is a free, no-signup platform. The MCP server works immediately after installation without authentication.
How do I delete or update my published content?
Each publish returns an owner token. Use the delete_resource tool with that token to remove content. The token is the only way to manage your artifacts; it cannot be recovered if lost.
What are the file size and retention limits?
HTML pages are limited to 5 MB with a default TTL of 15 days (maximum 30 days). File uploads are capped at 5 MB for general files, 20 MB for videos, and 5 MB for audio.
Can I change the BrewPage instance the server uses?
Yes. Set the BREWPAGE_URL environment variable to point to a different BrewPage-compatible endpoint. The default is https://brewpage.app.
Which MCP clients are supported?
The server works with any MCP-compatible client, including Claude Desktop, Cursor, Cline, and others.