Beehiiv Connector for AI agents.
10 live capabilities
Manage your newsletter growth and audience data directly from your AI workspace.
Waiting for input…
Why people use Beehiiv
Beehiiv Newsletter Management for AI Agents
This Connector puts your entire Beehiiv account into your AI workspace. You can ask your agent to pull those old posts, check your latest stats, or register new leads while you stay in your primary capability. You get a unified way to manage your growth engine.
What Vinkius changes
You get a direct way to control your newsletter growth from your existing AI workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying UTM acquisition params
A growth engineer needs to check if a specific user joined via a specific link.
- Real-world use case 02
Reference old content structures
A writer wants to see the HTML of a post from last year to match the style.
- Real-world use case 03
Auditing newsletter performance
A marketing lead needs to see the open rate of the last three emails.
Complete set · 10capabilities
The complete Beehiiv capability set.
These are the exact actions your AI can choose when you ask it to work with Beehiiv.
01—04
4 capabilities in this set.
Part of 10 available through Beehiiv.
- 01 Capability
List publications
View all your active Beehiiv publications in one list. Use this to see every newsletter you manage.
- 02 Capability
Get subscription
Get the exact details for a single subscriber. This is useful for verifying specific user data.
- 03 Capability
Get publication
Pull specific metadata for a single publication. This helps you see the exact settings for a specific brand.
- 04 Capability
List subscriptions
See a list of your active subscribers. Use this to browse your audience without leaving your workspace.
05—07
3 capabilities in this set.
Part of 10 available through Beehiiv.
- 05 Capability
Create subscription
Register a new subscriber to your list immediately. This lets your agent handle signups for you.
- 06 Capability
List posts
See a list of all newsletters you've published. Use this to browse your full content history.
- 07 Capability
Get post
Retrieve the full content of a specific newsletter post. This is great for pulling HTML templates.
08—10
3 capabilities in this set.
Part of 10 available through Beehiiv.
- 08 Capability
Get post stats
Get the total open and click rates for a specific post. Use this to see what content actually resonates.
- 09 Capability
List segments
Browse your internal audience segments. This helps you understand how your audience is grouped.
- 10 Capability
List automations
See all your native conditional email journeys. Use this to audit your growth logic and email flows.
Set up in minutes
One URL. Then ask Beehiiv to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Beehiiv from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Beehiiv, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Beehiiv for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Beehiiv URL.
- Step 03
Save and start
Save the connection and enable Beehiiv in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"beehiiv": {
"url": "https://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Beehiiv
Open Agent mode in chat and ask: "Using Beehiiv, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"beehiiv": {
"url": "https://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Beehiiv
Ask Copilot: "Using Beehiiv, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"beehiiv": {
"url": "https://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Beehiiv
Open Cascade and ask: "Using Beehiiv, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"beehiiv": {
"url": "https://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Beehiiv
Ask Cline: "Using Beehiiv, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add beehiiv --transport http "https://edge.vinkius.com/vk_preview_1pl2hlVLw3rvt8i0u7J3pCS6GkC36ovXVrSZpjwP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Beehiiv
Ask Claude: "Using Beehiiv, show me...". 10 tools are ready
Where the request belongs
Work Beehiiv can move forward.
This is for the growth engineer tired of manual data exports, the content creator who needs to reference old posts quickly, and the marketing lead who needs to audit audience segments without clicking through ten menus.
Growth Engineer
You use this to script custom subscription pipelines and troubleshoot programmatic endpoints on the fly.
Content Creator
You use this to pull historical post structures to ensure your new editions stay consistent.
Marketing Lead
You use this to audit behavioral conditions and track segment isolation through quick questions.
When one Connector is not enough
Carry the request into a workflow.
Combine Beehiiv with the systems that finish the task.
View all recipesGrow Agency Newsletters Using Connectors
Your agency manages email marketing on Zoho Campaigns and newsletter growth on Beehiiv for 6 clients , but subscriber overlap, engagement comparison and cross-platform growth are invisible because nobody compares the two systems
MCP Recipe for Content Distribution Automation
You publish a blog post in Webflow and then spend 45 minutes manually reformatting it for your newsletter, copying stats into a spreadsheet, and wondering why your best content never reaches your subscribers
Connectors That Track Newsletter Conversions
Your newsletter has 12,000 subscribers and your product has 2,400 users but you have no idea how many of those users came from the newsletter , marketing says it is working and product says prove it
Sync Newsletter Subscribers to CRM Using MCP
Newsletter published, engaged readers tagged in CRM, growth dashboard updated , your newsletter becomes a sales channel
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsButtondown
Manage your newsletter via Buttondown. track subscribers, send emails, and monitor analytics directly from any AI agent.
Audienceful
Manage subscribers, custom fields, and email automations via Audienceful. orchestrate newsletters and campaigns directly via AI.
Get a Newsletter
Send professional newsletters to your audience with an email platform that makes list management and campaign tracking simple.
Kit (ConvertKit)
Enable your AI agent to manage email subscribers, organize tags, and monitor broadcast campaigns via the Kit API.
AWeber
Manage subscribers, mailing lists, and email campaigns via AWeber. orchestrate newsletters natively via AI.
FeedBlitz
Manage mailing lists, RSS feeds, and email marketing campaigns through AI.
Bring your own AI
Change the model, client or framework. Keep Beehiiv connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Beehiiv.
The practical details behind the request, access and result.
Can I use the Beehiiv MCP to see my subscriber list?
Yes, it lets your agent pull your active subscriber data so you can check your audience size and details without logging in.
How do I manage my newsletter posts with this?
You can ask your agent to list all your past publications or pull the specific content of any post to use as a reference.
Can this help with my newsletter analytics?
Absolutely. Your agent can fetch aggregated performance stats like open and click rates for any specific post you choose.
Can I use it to see my email automations?
Yes, it lets you see all your native conditional email journeys so you can audit your growth logic quickly.
Is the Beehiiv MCP good for growth engineers?
It's built for it. You can use it to troubleshoot programmatic endpoints and manage subscriber registrations via your AI client.
Can my agent register new people for me?
Yes, it can explicitly register new subscribers to your list using a single command.
Can my AI instantly add a new user email to a Beehiiv segment?
Yes! The create_subscription endpoint natively pushes explicit subscriber payload strings confirming opt-ins organically inside the newsletter workflow without touching native browser forms.
Will I be able to see exactly who clicked and opened my last post?
The agent can read macroscopic analytics via get_post_stats (broad open rates) or isolate users with get_subscription, but isolating granular mass clicking lists per individual post requires distinct specialized deep-dive pagination routines currently supported strictly at fundamental account-tiers.
Can the agent write and automatically publish the newsletter draft?
No. The integration currently lists historical posts and retrieves specific delivered payloads as HTML (get_post). Native automation dictates safe draft creation remain manual to prevent unintentional spam emissions to thousands of active readers.
One connection away
Give your agent a direct line to Beehiiv.
Connect Beehiiv once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available