Loading MCP server directory, please wait...
Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.
npx @getmcp/cli add io.github.vaemail/vaemailRequires Node.js 18+. Community-contributed server. Review source before installing.
VAEMAIL_API_KEYVaEmail API key (created in the dashboard, ideally scoped and capped for this agent). Required for every tool except vaemail_capabilities.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vaemail/vaemail": {
"command": "npx",
"args": [
"-y",
"vaemail",
"mcp"
],
"env": {
"VAEMAIL_API_KEY": "",
"VAEMAIL_BASE_URL": ""
}
}
}
}