brevo mcp for Zed
io.github.mrfentmen/brevo-mcp
MCP server for Brevo: account, contacts, email reports. Needs a free API key.
client:Zed
transport:stdio
runtime:npm
Install brevo mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"brevo-mcp": {
"command": "npx",
"args": [
"-y",
"brevo-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs