HomeCommunication › vaemail-mcp

vaemail-mcp

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-11 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "vaemail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "VAEMAIL_API_KEY": "<YOUR_VALUE>",
        "VAEMAIL_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • VAEMAIL_API_KEY required secret — VaEmail API key (created in the dashboard, ideally scoped and capped for this agent). Required for every tool except vaemail_capabilities.
  • VAEMAIL_BASE_URL — API base URL. Default https://app.vaemail.fr.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry