You need a Brevo MCP token:
Claude Desktop is Anthropic’s desktop app for Claude.
Configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after saving. Tools will appear in the tool picker.
Claude Code is Anthropic’s command-line tool for Claude.
The simplest way is to use the CLI:
Alternatively, add the server manually to ~/.claude.json:
Verify the server is registered:
Cursor is an AI-powered code editor with native MCP support.
Configuration file: ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project)
Restart Cursor after saving.
Windsurf is an AI-native IDE by Codeium.
Configuration file: ~/.codeium/windsurf/mcp_config.json
VS Code supports MCP servers through GitHub Copilot.
Configuration file: .vscode/mcp.json (per project) or user-level mcp.json
Cline is a VS Code extension for AI-assisted coding.
Configuration file: Open Cline’s MCP settings from the extension panel, or edit cline_mcp_settings.json directly:
All examples above use the main server (/v1/brevo/mcp), which includes all features. To use a specific module, replace the URL with the individual server endpoint.
Example — contacts server only in Cursor:
See the full list of available servers.
Install Node.js on your machine. npx is required for Claude Desktop and Claude Code, which use the mcp-remote bridge.
Authorization header value is formatted as Bearer <token> with a space between Bearer and the token.