vaemail for Cline
io.github.vaemail/vaemail
Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.
client:Cline
transport:stdio
runtime:npm
Install vaemail in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vaemail": {
"command": "npx",
"args": [
"-y",
"vaemail"
],
"env": {
"VAEMAIL_API_KEY": "<VAEMAIL_API_KEY>",
"VAEMAIL_BASE_URL": "<VAEMAIL_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs