clawaimail for Windsurf
io.github.joansongjr/clawaimail
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
client:Windsurf
transport:stdio
runtime:npm
Install clawaimail in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"clawaimail": {
"command": "npx",
"args": [
"-y",
"clawaimail-mcp"
],
"env": {
"CLAWAIMAIL_API_KEY": "<CLAWAIMAIL_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs