Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/beehiiv
beehiiv

beehiiv MCP Server

Yes. beehiiv has an official MCP server, hosted at beehiiv.com/features/mcp.

OFFICIAL MCP✓ alivePublic API
MCP status verified 2026-06-07Agent-readiness 7/10
Data from Buddy's database, auto-rechecked weekly

What is the beehiiv MCP server?

beehiiv ships an official MCP server, which is rare in email marketing. The server lives at beehiiv.com/features/mcp and uses your existing beehiiv account credentials, so there's no separate MCP licence to buy. Point Claude, Cursor, or Codex at it and the agent can query your newsletter data through the same auth your dashboard uses.

What's not fully nailed down is the tier gating. beehiiv hasn't made it obvious whether the MCP server is available on every paid plan or only the higher ones, so verify that on the MCP page before you commit a workflow to it. The fact that it's an official server (not a community wrapper) matters: it should track API changes without breaking your agent setup every other week.

For the rest of the picture see the beehiiv review, full pricing breakdown, .

Inside Claude / Cursor / Codex

What you can build with the beehiiv MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from beehiiv's MCP server schema — check the docs for the live surface.

beehiiv-mcplive
>What's the open rate on my last 5 campaigns?
beehiiv.list_campaigns({ limit: 5 })
LAST 5 CAMPAIGNS · OPEN RATE
Black Friday Teaser42.1%
Product launch38.5%
Weekly digest #1227.0%
Welcome flow step 261.3%
Re-engagement attempt9.8%
Suggest A/B subject lines for the bottom two?
beehiiv-mcplive
>Build a 3-email welcome series for new ebook subscribers
beehiiv.create_automation({ trigger: "list_added" })
AUTOMATION CREATED · 3 EMAILS
Day 0ebook delivery + intro
Day 2case study + soft CTA
Day 5product demo + 14-day trial
Review drafts before activation?
beehiiv-mcplive
>Which segments are growing fastest this quarter?
beehiiv.segment_growth({ period: "Q4" })
TOP 3 GROWING SEGMENTS
Trial → Paid converters+187%
EU subscribers+62%
Re-engaged churned+34%
TMB SCORE FOR beehiivMCP: OfficialAgent fit: 7/10
Read review →

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 http

Some MCP servers require an API key. Check the source page for setup: beehiiv.com/features/mcp.

Does beehiiv MCP cost extra?

Included with subscription

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

PlanMonthlyAnnual / mo
LaunchFreeFree
Scale$43$43
Max$96$96
EnterpriseContact 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.

Auth method
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See beehiiv API page

What 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.

INDIE / SOLO

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
Effort: 30 seconds — paste the config, restart Claude
AGENCY

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
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

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
Effort: Days — security review + role config

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.
7/10

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.

MCP server availableOfficial MCP (on tool's own domain)Public API with docs

Scored 2026-06-07 by Joonas (TMB).

beehiiv MCP & API FAQ

Is the beehiiv MCP server official?+
Yes — published on beehiiv's own domain at https://www.beehiiv.com/features/mcp.
Can I use the beehiiv MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does beehiiv have a public API?+
Yes — public REST API at developers.beehiiv.com.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

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.

beehiiv

Try beehiiv
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.