Beehiiv MCP Server
Description
 # Beehiiv MCP Server A Model Context Protocol (MCP) server that provides tools for interacting with the Beehiiv API v2. This server enables Large Language Models (LLMs) to interact with…
About
 # Beehiiv MCP Server A Model Context Protocol (MCP) server that provides tools for interacting with the Beehiiv API v2. This server enables Large Language Models (LLMs) to interact with Beehiiv publications and posts through…
Details
- Author
- reymerekar7
- Downloads
- 156
- Categories
- Other
Jump to
- Lists publications accessible with your API key
- Lists the 5 most recent confirmed posts for a publication
- Retrieves detailed information about a specific post
- Retrieves full HTML content for a post
- Creates new posts (enterprise only)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Beehiiv MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install prerequisites (Python 3.10+, uv), create a project with dependencies (mcp[cli], httpx, python-dotenv), configure a .env file with BEEHIIV_API_KEY and BEEHIIV_PUBLICATION_ID, then add the server to your MCP client's configuration (e.g., claude_desktop_config.json) with the absolute paths to uv and beehiiv_server.py. After starting the client, use natural language prompts to invoke the available tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"beehiiv mcp server": {
"beehiiv-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"beehiiv-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Beehiiv MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with the Beehiiv API v2. This server enables Large Language Models (LLMs) to interact with Beehiiv publications and posts through standardized tools.
Prerequisites
- Python 3.10 or higher
- uv package manager
- A Beehiiv account with API access
- Claude Desktop (or another MCP-compatible client)
Installation
1. Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
2. If rebuilding from scratch, create and set up your project:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



