An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y inbox-zeroAgent-CoreX intelligently routes which tools from elie222/inbox-zero your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"inbox-zero": {
"command": "npx",
"args": [
"-y",
"inbox-zero"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add inbox-zeroAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use elie222/inbox-zero directly without routing
npx -y inbox-zeroNew to Agent-CoreX? View setup guide →