mcpbeat Sign in

BrewPage MCP Server

by kochetkov-ma Your server? Claim it
local only

BrewPage MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 14 Jun 2026.

Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup.

Installs per day peak 20 · avg 8 · -40% w/w
a month agotoday
60
Installs / week
npm · brewpage-mcp
3
Stars
0 open issues
14 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check BrewPage MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brewpage-mcp -- npx -y brewpage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brewpage-mcp": {
      "args": [
        "-y",
        "brewpage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brewpage-mcp]
command = "npx"
args = ["-y", "brewpage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brewpage-mcp": {
      "args": [
        "-y",
        "brewpage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brewpage-mcp": {
      "args": [
        "-y",
        "brewpage-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BREWPAGE_URL (Override API base URL. Defaults to https://brewpage.app.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BrewPage MCP

same job, measured the same way
GRTwo Docs
by grtwo-jcansler

Publish and share Markdown/HTML docs from AI assistants. Requires grtwo.app Pro. OAuth or API key.

answering
Dochost MCP
by zyli5313

Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.

6 tools answering
Booklet
by ashwinsathian

Publish, update, list, and delete Markdown pages on Booklet directly from your AI assistant.

answering
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

118 installs/wk 3 tools answering
Makers Page MCP
by alexcloudstar

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

local only
Notipo
by kfuras

Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.

13 tools answering
Orivox AI Website Builder
by orivox

Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/

answering
Htmlbook
by streamize-llc

Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

answering

BrewPage MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for BrewPage MCP?
BrewPage MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brewpage-mcp was installed 60 times last week.
How do I connect BrewPage MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brewpage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BrewPage MCP?
The npm package brewpage-mcp was installed 60 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BrewPage MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.