@mailsai/mcp-server exposes the full mails.ai surface to any MCP-compatible client. Configure with an API key from your workspace and the agent can send, reply, manage drafts, read threads, and check reputation.
{
"mcpServers": {
"mails": {
"command": "npx",
"args": ["-y", "@mailsai/mcp-server"],
"env": { "MAILS_API_KEY": "mk_live_…" }
}
}
}