Beehiiv MCP ServerServer

reymerekar7
GitHub
API IntegrationContent ManagementMCP Server

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "beehiiv-mcp-server": {
        "env": {
          "BEEHIIV_API_KEY": "your_api_key_here",
          "BEEHIIV_PUBLICATION_ID": "your_publication_id_here"
        },
        "args": [
          "run",
          "--with",
          "mcp[cli]",
          "mcp",
          "run",
          "<ABSOLUTE_SERVER_PATH>"
        ],
        "command": "<ABSOLUTE_UV_PATH>"
      }
    }
  ]
}

🛠️ Tools

list_publicationslist_postsget_postget_post_contentcreate_new_post

Features

  • Interact with Beehiiv publications and posts
  • Retrieve and create posts

💬 Example Queries

  • List all publications accessible with my API key.
  • Retrieve detailed information about a specific post.