sendhustle mcp for Windsurf
io.github.achlesha/sendhustle-mcp
Send and manage email via the SendHustle API — emails, domains, contacts, audiences, campaigns.
client:Windsurf
transport:stdio
runtime:npm
Install sendhustle mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sendhustle-mcp": {
"command": "npx",
"args": [
"-y",
"sendhustle-mcp"
],
"env": {
"SENDHUSTLE_API_KEY": "<SENDHUSTLE_API_KEY>",
"SENDER_EMAIL_ADDRESS": "<SENDER_EMAIL_ADDRESS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs