Assistant Mail MCP for Windsurf
io.github.assistantmail/assistantmail-mcp
Agent email with allowlist and consent via AssistantMail.
client:Windsurf
transport:stdio
runtime:npm
Install Assistant Mail MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"assistantmail-mcp": {
"command": "npx",
"args": [
"-y",
"@assistantmail/assistantmail-mcp"
],
"env": {
"ASSISTANT_MAIL_API_KEY": "<ASSISTANT_MAIL_API_KEY>",
"ASSISTANT_MAIL_API_BASE_URL": "<ASSISTANT_MAIL_API_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs