How to Use the Mailjet MCP in Claude Code
Manage your Mailjet infrastructure from the terminal. Let Claude Code run headless email ops and CI/CD reporting.
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.
Headless MCP Server execution
You live in the terminal. Now your email infrastructure does too. Claude Code runs headless scripts that call `get_account_analytics` to monitor your daily send volumes. Hook it up to a cron job, and it dumps a daily deliverability report straight to standard output. If a deployment breaks your transactional sends, you don't need a UI to debug it. Run a quick check with `list_sender_domains` to verify DNS propagation. The agent reads the JSON response and tells you exactly which record is failing.
Automated deployment alerts
Tie your GitHub Actions directly to your communication stack. When a build succeeds, Claude Code can trigger `send_template_email` to notify the engineering team. It pulls the right template ID using `list_email_templates` on the fly. For critical infrastructure alerts, it bypasses the design layer entirely. The agent fires `send_plain_email` to page the on-call developer. You get instant terminal feedback on whether the payload was accepted.
Bulk audience operations
Migrating thousands of users requires strict terminal control. Claude Code pipes your database export into `create_new_contact` and batches the requests. It queries `list_contact_groups` to ensure the target segments actually exist before pushing data. After creating the users, it loops through `subscribe_to_list` to assign them. You monitor the entire process via stdout. No browser crashes from massive CSV uploads.
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-alternative-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-alternative-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.