Mixmax for Cursor
io.github.mindstone/mcp-server-mixmax
Mixmax email productivity MCP server for Model Context Protocol hosts
client:Cursor
transport:stdio
runtime:npm
Install Mixmax in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-mixmax": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-mixmax"
],
"env": {
"MIXMAX_API_TOKEN": "<MIXMAX_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs