Skip to content
Cursor

beehiiv mcp for Cursor

io.github.mrfentmen/beehiiv-mcp

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

client:Cursor transport:stdio runtime:npm

Install beehiiv mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

beehiiv mcp in other clients