Skip to content
Claude Desktop

vaemail for Claude Desktop

io.github.vaemail/vaemail

Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.

client:Claude Desktop transport:stdio runtime:npm

Install vaemail in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "vaemail": {
      "command": "npx",
      "args": [
        "-y",
        "vaemail"
      ],
      "env": {
        "VAEMAIL_API_KEY": "<VAEMAIL_API_KEY>",
        "VAEMAIL_BASE_URL": "<VAEMAIL_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

vaemail in other clients