Munin MCP Server

CRM, conversations, outreach, CMS, knowledge base, and analytics on one Postgres schema - exposed as tools your agents drive, not screens you click through. Headless the way a headless CMS is: there's a thin dashboard for settings, auth, and human-in-the-loop review, but the apps themselves have no admin UI. Every action runs through MCP tools, callable from any MCP-compatible client (Claude, Cursor, ChatGPT, custom…. It is available as a remote MCP endpoint.

Teams that want a hosted browser automation endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 11 · #165 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Munin

Claude Code

claude mcp add getmunin-munin --transport http https://mcp.getmunin.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "getmunin-munin": {
      "url": "https://mcp.getmunin.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.getmunin.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.getmunin.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.getmunin - domain-verified with the official MCP registry

03 · What Munin can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v5.11.0 · 2026-08-24

Custom MCP connector: connect any proprietary system as a live tool source for the support agent. · Orgs can now point Munin at an MCP server they host themselves (vendor: "custom-mcp", new mcp connector domain). While…

v5.10.0 · 2026-08-21

KB curation now triggers on what a human changed in an agent draft, not on the fact that they sent it. · In draft_only mode the runtime hands over on every turn, so every approved reply resolved a handover and queued a…

v5.9.0 · 2026-08-20

Remove conv_create_channel. It took config as a free-form object and persisted it verbatim, with no per-type validation, no encryption and no credential slots - so an email channel created through it read as complete…

04 · Who maintains Munin

munin is maintained by getmunin. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
browser automation - ranked #165 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
com.getmunin/munin (active, first published 2026-06-20 · 61 versions)

06 · Munin FAQ

What is Munin?

CRM, conversations, outreach, CMS, knowledge base, and analytics on one Postgres schema - exposed as tools your agents drive, not screens you click through. Headless the way a headless CMS is: there's a thin dashboard for settings, auth, and human-in-the-loop review, but the apps themselves have no admin UI. Every action runs through MCP tools, callable from any MCP-compatible client (Claude, Cursor, ChatGPT, custom…. It is available as a remote MCP endpoint.

Is Munin still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Munin?

Run `claude mcp add getmunin-munin --transport http https://mcp.getmunin.com/mcp`. You can also paste the ready-made client config above.

Does Munin require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Munin

More browser automation MCP servers · Ghost in the Droid · Shuttle · Google Surf MCP · Safari DevTools MCP · Podium MCP

More TypeScript MCP servers · Rephonic · Sentry MCP · Xcode Build MCP · Weckr · Ghost Swap · see all