How to Use the Mailjet MCP in Claude Code
Run your Mailjet email operations from the command line. Use Claude Code to script contact management and pull reports in your CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mailjet MCP to Claude Code
Create your Vinkius account to connect Mailjet to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Campaign Reporting in CI
Set up a cron job that runs a simple shell script. Use Claude Code to hit the `list_marketing_campaigns` tool, pipe the output to find the latest campaign, and then call `get_campaign_performance` to get its stats. You can then pipe that JSON output to `jq` for parsing and send a summary to a Slack channel. It’s a fully automated, headless reporting system for your Mailjet activity. No manual logins required.
Script Contact List Backups
Your contact lists are valuable. You can use Claude Code to back them up. A simple command can invoke the `list_subscriber_lists` tool to get all list IDs. Then, loop through those IDs and call `list_all_contacts` for each, redirecting the output to a timestamped CSV file. Schedule it with cron and you have automated, daily backups. This Mailjet MCP server makes that a one-liner.
A Command-Line Mailjet Client
This MCP server turns Claude Code into a powerful, scriptable Mailjet client. Need to quickly add a test user? Run a command that calls `create_new_contact`. Need to check if a user is on a specific list? Chain `list_all_contacts` with `grep`. You can even send transactional emails from a bash script. Just construct the JSON for `send_transactional_email` and pipe it to Claude Code. It's perfect for system alerts or automated notifications from your backend services.
Set up Mailjet MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemailjet-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mailjet transactions." It will automatically discover and invoke the available Mailjet tools.
claude mcp add --transport http mailjet-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mailjet MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mailjet MCP today
We host it, we monitor it, we maintain it. You just paste one token.