Loading MCP server directory, please wait...
A real inbox for AI agents: send, receive and thread email, behind a prompt-injection firewall.
npx @getmcp/cli add io.github.RolloutsAI/mails-agent-emailRequires Node.js 18+. Community-contributed server. Review source before installing.
MAILS_API_KEYYour mails.ai API key. Use an mk_test_ key to run against the sandbox or an mk_live_ key to send real mail. Free key at https://mails.ai
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RolloutsAI/mails-agent-email": {
"command": "npx",
"args": [
"-y",
"@mailsai/mcp-server"
],
"env": {
"MAILS_API_KEY": "",
"MAILS_BASE_URL": ""
}
}
}
}