Skip to content
Zed

beehiiv mcp for Zed

io.github.mrfentmen/beehiiv-mcp

MCP server for beehiiv: publications, posts, subscribers. Needs an API key.

client:Zed transport:stdio runtime:npm

Install beehiiv mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "beehiiv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/beehiiv-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

beehiiv mcp in other clients