MCP.so
Sign In

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.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

15

Publish HTML or Markdown content to BrewPage. Returns a public URL and owner token. Supports password protection, custom TTL, optional filename, and an opt-in top toolbar (showTopBar).

Upload a file to BrewPage via URL. Returns a public URL and owner token.

Delete a BrewPage resource (HTML page, KV store, JSON collection, or file) using the owner token.

Fetch a published BrewPage HTML page content by namespace and ID.

Get BrewPage platform-wide usage statistics including page count, file count, and storage usage. Counts use disjoint split: alive_public + alive_private + deleted == total. Optional `tz` shifts the 'today' boundary to the given IANA zone (default UTC).

Publish an HTML site to BrewPage. Single-page: pass `entryContent`. Multi-page: pass `files` (array of `{path, content}`). Optional `entry` overrides default `index.html`.

Republish (full-replace) an existing multi-file BrewPage site in place at the SAME URL/ID. Requires owner token. The uploaded bundle becomes the complete new file set — files absent from it are removed, new files added, matching files overwritten. Single-page: pass `entryContent`. Multi-page: pass `files` (array of `{path, content}`). Optional `entry` overrides the default `index.html`.

Update an existing BrewPage HTML/Markdown page. Requires owner token. Returns the updated page metadata.

Publish a JSON document to BrewPage. Accepts a JSON object, array, or a JSON-encoded string. Returns a public URL and owner token.

Fetch a published BrewPage JSON document by namespace and ID.

Update an existing BrewPage JSON document. Requires owner token. Accepts a JSON object, array, or a JSON-encoded string.

Publish a key/value entry to BrewPage. Creates a KV store; the entry is addressed by (namespace, id, key). Returns a public URL and owner token.

Set or update a key in an existing BrewPage KV store. Requires owner token.

Fetch a value from a BrewPage KV store by namespace, ID, and key.

Search the BrewPage public gallery. Optional filters: text query, pagination, sort, and 'mine' (owner-scoped, requires owner token).

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.

Frequently asked questions

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.

Comments

More Other MCP servers