Beehiiv MCP Server

by reymerekar7

156 downloads
Not rated
GitHub

Description

![image](https://github.com/user-attachments/assets/d16bd5fe-2057-4a32-a58d-e90bd264d73a) # 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

![image](https://github.com/user-attachments/assets/d16bd5fe-2057-4a32-a58d-e90bd264d73a) # 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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Beehiiv MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.