Skip to content
Zed

sendhustle mcp for Zed

io.github.achlesha/sendhustle-mcp

Send and manage email via the SendHustle API — emails, domains, contacts, audiences, campaigns.

client:Zed transport:stdio runtime:npm

Install sendhustle mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sendhustle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sendhustle-mcp"
      ],
      "env": {
        "SENDHUSTLE_API_KEY": "<SENDHUSTLE_API_KEY>",
        "SENDER_EMAIL_ADDRESS": "<SENDER_EMAIL_ADDRESS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sendhustle mcp in other clients