Self-hosted email for AI agents — the open-source alternative to AgentMail. One compose file → unlimited inboxes, OTP extraction, MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"openagentemail/openagentemail"
]
}
}
}
Run in terminal:
claude mcp add openagentemail npx -y openagentemail/openagentemail
Add to .cursor/mcp.json:
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"openagentemail/openagentemail"
]
}
}
}