listmonk-mcp

tourscale-repos/listmonk-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Read+write MCP server for Listmonk — exposes lists, subscribers, templates, campaigns, transactional sends
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "listmonk-mcp": {
      "command": "uvx",
      "args": [
        "listmonk-mcp"
      ]
    }
  }
}

Or install with pip: pip install listmonk-mcp

README Excerpt

Read + write Model Context Protocol server for the TourScale Listmonk instance at [listmonk.tourscale.com](https://listmonk.tourscale.com). Lets agents query lists/subscribers/campaigns/templates and send emails (transactional or campaign-based). **Read:** - `health` — connectivity + auth probe - `list_lists`, `get_list`

Tools (4)

find_subscriber_by_emailget_campaignget_listget_template