Skip to content
VS Code

beehiiv mcp for VS Code

io.github.mrfentmen/beehiiv-mcp

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

client:VS Code transport:stdio runtime:npm

Install beehiiv mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

beehiiv mcp in other clients