Servers
Mailjet Mcp Server
@mailgun
Model Context Protocol server implementation of Mailjet's APIs
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mailjet": {
"command": "node",
"args": [
"CHANGE/THIS/PATH/TO/mailjet-mcp-server/src/mailjet-mcp.js"
],
"env": {
"MAILJET_API_KEY": "YOUR_api_key:YOUR_secret_key"
}
}
}
}