Skip to content
VS Code

mailjet mcp for VS Code

io.github.mrfentmen/mailjet-mcp

MCP server for Mailjet: contacts, messages, campaigns. Needs free API keys.

client:VS Code transport:stdio runtime:npm

Install mailjet mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "mailjet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mailjet-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mailjet mcp in other clients