Skip to content
Cursor

vaemail for Cursor

io.github.vaemail/vaemail

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

client:Cursor transport:stdio runtime:npm

Install vaemail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vaemail in other clients