Agent setup
Connect your AI coding agent to Brevo's docs so it always has current API, SDK, and CLI reference
Brevo’s developer docs run on a live documentation-search MCP server. Connect your AI coding agent to it and it can look up current API endpoints, SDK methods, and CLI commands while you work — instead of guessing from training data that may be out of date.
The server is read-only and requires no API key — it only searches documentation, it never touches your Brevo account. For an MCP server that can act on your account (contacts, campaigns, deals), see the Brevo MCP Server instead.
Quick setup
If your agent can fetch and act on instructions, paste this one line in:
Otherwise, follow the manual steps for your tool below.
Manual setup
Claude Code
Claude Desktop
Cursor
Windsurf
VS Code
Cline
Codex CLI
Gemini CLI
Other ways to feed an agent Brevo docs
No MCP client available? Two more options work with any agent that can fetch a URL:
- Any page as markdown — append
.mdto any docs URL, e.g./docs/getting-started.md. - Full site index —
llms.txtlists every page with a one-line summary and its.mdlink, so an agent can find the right page without searching first.