Skip to content
Cursor

mailjet mcp for Cursor

io.github.mrfentmen/mailjet-mcp

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

client:Cursor transport:stdio runtime:npm

Install mailjet mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mailjet mcp in other clients