Loading MCP server directory, please wait...
Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.
npx @getmcp/cli add io.github.openagentemail/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENAGENTEMAIL_API_KEYBearer key for the openagent.email API — best: the identity token (oa_…) returned by POST /v1/identities.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.openagentemail/mcp": {
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "",
"OPENAGENTEMAIL_API_URL": "http://localhost:3100"
}
}
}
}