mcpbeat Sign in
I

Brevo MCP Server

local only

Brevo MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for Brevo: account, contacts, email reports. Needs a free API key.

Installs / week
npm · brevo-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Brevo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brevo-mcp -- npx -y brevo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brevo-mcp": {
      "args": [
        "-y",
        "brevo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brevo-mcp]
command = "npx"
args = ["-y", "brevo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brevo-mcp": {
      "args": [
        "-y",
        "brevo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brevo-mcp": {
      "args": [
        "-y",
        "brevo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Brevo MCP

same job, measured the same way
I
Abuseipdb MCP
by mrfentmen

MCP server for AbuseIPDB: IP abuse reports, reputation. Free key.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

22 installs/wk local only
Yandex Metrika
by dontsovcmc

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

98 installs/wk local only
Kontur Focus MCP
by theyahia

MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty

32 installs/wk local only
MCP Z API
by codespar

MCP server for Z-API — WhatsApp messaging, contacts, media

19 installs/wk local only

Brevo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brevo MCP?
Brevo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brevo-mcp.
How do I connect Brevo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brevo-mcp straight from npm; nothing to host, nothing to sign up for.