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

beehiiv MCP Server

Yes. beehiiv ships an official MCP server that lets an AI agent write, analyze, and run your newsletter operations, connecting your beehiiv account to LLMs without you touching a single API endpoint.

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

What is the beehiiv MCP server?

beehiiv runs an official MCP server that connects your newsletter to LLMs like Claude and ChatGPT for creative, analytics, and operations tasks. That means an agent can draft a post, pull subscriber growth numbers, or check campaign performance by talking to beehiiv directly. It's a first-party build, announced on beehiiv's own product blog, which is a good signal it won't break on the next platform update.

Authentication is handled via OAuth, so you log in through beehiiv rather than juggling raw API keys inside your agent config. That's the cleaner, safer path for MCP, especially if you're wiring this into a shared team setup.

The honest caveat: beehiiv hasn't published a public MCP server URL or a documented list of named client integrations in the research I have. The server is verified alive and officially supported, but you'll be following beehiiv's own connect instructions from their MCP page rather than pasting a standard hosted endpoint. Treat the exact tool coverage as 'creative, analytics, operations' until you test it against your own workflow.

For the rest of the picture see the beehiiv review or 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, so check the docs for the live surface.

beehiiv-mcplive
>Pull my latest beehiiv data into Claude
beehiiv.get_latest()
LATEST ACTIVITY · 5
Most recent entry2 minutes ago
Records this week147
Active integrations4 connected
Storage used12.4% of plan
API calls today1,832
Drill into any of these?
beehiiv-mcplive
>Compare this month vs last month
beehiiv.compare_periods({ period: "MoM" })
KEY METRICS · MoM
Total volume+18.4%
Active users+9.2%
Engagement rate−2.1%
Conversion rate+4.6%
Breakdown of the engagement dip?
beehiiv-mcplive
>What changed in the last 7 days that I should know about?
beehiiv.recent_changes({ period: "7d" })
NOTABLE CHANGES · 3
New integration enabled2d ago
Plan limit reached92%
Top performer shifttoday
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.

Access, auth, and limits

Getting connected starts at beehiiv.com/mcp, where beehiiv documents the setup for its official server. Authentication runs through OAuth, so you authorize the connection with your beehiiv login rather than copy-pasting an API token, which keeps credentials out of your agent config.

There's no separate hosted URL or Claude Code one-liner in the research I have, so follow beehiiv's own MCP instructions to add it to your client. Because it's a first-party server, plan gating (if any) will follow your beehiiv subscription. The research doesn't list a specific tier requirement, so confirm on their MCP page before assuming free-plan access.

Where it works and what to build

A concrete workflow: ask your agent to 'summarize last week's newsletter open and click rates, then draft three subject line variations for the next issue based on what performed best.' The MCP server pulls the analytics and feeds them straight into the creative step, so you skip the copy-paste loop between dashboard and LLM.

For operations, you could prompt 'check my subscriber growth over the last 30 days and flag any spikes,' or have the agent draft and stage a post directly. beehiiv describes the coverage as creative, analytics, and operations, so treat those three buckets as your playground and test the exact commands against your account.

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 also publishes a REST API

beehiiv publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
SDK languages
OpenAPI spec
Webhooks
available
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 changed 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

Wiring beehiiv into an agent makes sense if you're a newsletter operator who wants to draft posts, query analytics, and manage sends by prompt instead of clicking through the dashboard. It's official and OAuth-secured, which matters more than most people realize, but the lack of a published endpoint and a documented client list keeps it out of the top tier for now. A solid 7 out of 10.

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 by Joonas (TMB).

beehiiv MCP & API FAQ

Is the beehiiv MCP server official?+
Yes — an official, vendor-maintained server 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.
Does beehiiv support webhooks?+
Yes — webhooks are available on standard plans.

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.