MCP.so
登录

brewpage-mcp

@kochetkov-ma

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

kochetkov-ma

提交者

Maksim Kochetkov

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "brewpage": {
      "command": "npx",
      "args": [
        "-y",
        "brewpage-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器