Mixmax for Zed
io.github.mindstone/mcp-server-mixmax
Mixmax email productivity MCP server for Model Context Protocol hosts
client:Zed
transport:stdio
runtime:npm
Install Mixmax in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-mixmax": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-mixmax"
],
"env": {
"MIXMAX_API_TOKEN": "<MIXMAX_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs