Overview
Features
Unified Mailjet MCP server
Exposes Mailjet APIs (contacts, campaigns, segmentation, statistics, workflow, and more) to AI agents via a standardized MCP interface.
Module coverage
Provides access to core Mailjet modules (contacts, campaigns, segmentation, statistics, workflows) through a single tool interface.
Node.js deployment with quick-start
Clone the repo, install dependencies with pnpm, and start the server with node src/mailjet-mcp.js.
Environment-based authentication and region
Configure authentication and region using MAILJET_API_KEY (required) and MAILJET_API_REGION (optional).
Claude Desktop integration
Includes config guidance to connect Claude Desktop to the MCP server.
STDIO-based debugging
Server communicates over stdio to align with Model Context Protocol debugging workflows.
Testing support
Local test suite can be run with NODE_ENV=test pnpm test.
Who Is This For?
- AI agents:Interact with Mailjet APIs through the MCP to manage contacts, campaigns, and reports.
- Developers:Develop and test Mailjet API interactions via the MCP server locally.
- Claude Desktop:Enable Claude Desktop to query and analyze Mailjet data via the MCP.




