
brewpage-mcp
@kochetkov-ma
About brewpage-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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"brewpage": {
"command": "npx",
"args": [
"-y",
"brewpage-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments