Back to MCP Servers

Inbox Zero

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.

communicationai

Installation

npx -y inbox-zero

Configuration

{
  "mcpServers": {
    "inbox-zero": {
      "command": "npx",
      "args": ["-y", "inbox-zero"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub