MCP Directory

elie222/inbox-zero

GitHub
Communication

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y inbox-zero

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route elie222/inbox-zero intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add inbox-zero

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use elie222/inbox-zero directly without routing

npx -y inbox-zero

New to Agent-CoreX? View setup guide →

elie222/inbox-zero MCP Server — Agent-CoreX