What beehiiv exposes
beehiiv ships an official MCP server, a REST API, and Zapier plus Make integrations, giving me three distinct paths to automate newsletter operations. The MCP server (documented at beehiiv.com/features/mcp) lets Claude, Cursor, and other MCP clients query my publication directly, no glue code required. The REST API at developers.beehiiv.com covers the core objects I work with daily: publications, posts, subscriptions, segments, custom fields, and automations. Zapier and Make handle the no-code side, useful for piping signups in from forms or syncing subscribers to a CRM. Auth method and SDK languages aren't published in the facts I have, so check the developer docs before scoping a build. Webhook availability isn't confirmed here either.
How to connect beehiiv MCP to Claude Desktop
Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.
{
"mcpServers": {
"beehiiv": {
"command": "npx",
"args": ["mcp-remote", "<YOUR_MCP_URL>"]
}
}
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://www.beehiiv.com/features/mcp
// Claude Code (one-liner): claude mcp add beehiiv <YOUR_MCP_URL> --transport httpSome MCP servers require an API key. Check the source page for setup: beehiiv.com/features/mcp.
Does beehiiv MCP cost extra?
beehiiv ships an official MCP server that uses your existing subscription credentials.
- No separate MCP licence to buy. You pay for your beehiiv plan, the MCP server queries that account.
- Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.
beehiiv subscription pricing
| Plan | Monthly | Annual / mo |
|---|---|---|
| Launch | Free | Free |
| Scale | $43 | $43 |
| Max | $96 | $96 |
| Enterprise | Contact sales | — |
Source: beehiiv.com/pricing. Verified 2026-06-07.
beehiiv also publishes a REST API
beehiiv publishes an API, but per-tier gating wasn't extracted automatically.
See beehiiv API pageWhat you can do with beehiiv from an AI agent
Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.
Skip the dashboard, ask Claude
- "What campaigns underperformed this week?" answered in seconds
- Quick one-off questions without leaving the editor
- Pipe beehiiv data into your personal notes / docs without writing a script
Run client analysis at agent speed
- Hand the MCP server to your team — every consultant can ask Claude about any client's beehiiv account
- Multi-account workflows without context-switching the beehiiv UI
- Reports you'd normally spend hours on, done before standup
Production agent workflows
- Embed in your internal Codex / Cursor agents that triage beehiiv data daily
- Combine with other MCP servers in a multi-step agent chain
- Constrain agents to read-only roles to keep production beehiiv safe
Limits and gotchas
- Official MCP server — published by beehiiv themselves, so it should track product changes.
- Fallback: the REST API works for any flow the MCP server doesn't cover.
- Rate limits: MCP calls count against your underlying beehiiv API quota. Burst usage from a curious agent can drain a daily allowance fast.
Agent-readiness verdict
Worth wiring up if you're already a beehiiv customer and want an agent to draft posts, pull subscriber stats, or analyse performance without you clicking through the dashboard. Newsletter operators running multiple publications get the most out of it. Just confirm your plan tier actually includes MCP access before building anything serious on top.
Moderate agent fit with an official MCP server and documented API, but limited by missing OpenAPI specs and lack of SDK support. The MCP bridge helps with Claude workflows, though you'll need custom auth handling and manual JSON parsing for structured data extraction. Skip this if you need webhooks or native integration with other LLM platforms.
Scored 2026-06-07 by Joonas (TMB).
beehiiv MCP & API FAQ
Is the beehiiv MCP server official?+
Can I use the beehiiv MCP with Cursor or Codex?+
Does beehiiv have a public API?+
Sources
- beehiiv official site: https://www.beehiiv.com/
- MCP server page: https://www.beehiiv.com/features/mcp
- API docs: https://developers.beehiiv.com
- Pricing source: https://www.beehiiv.com/pricing (verified 2026-06-07)
Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

