Back to MCP Servers
🔌

elie222/inbox-zero

NOASSERTIONAPI key required

🐍 ☁️ - 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.

TypeScriptCommunication

Install

npx -y @inbox-zero/cli

Required environment variables

GOOGLE_CLIENT_SECRETSet in your MCP config
MICROSOFT_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "elie222-inbox-zero": {
      "command": "npx",
      "args": [
        "-y",
        "@inbox-zero/cli"
      ],
      "env": {
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
        "MICROSOFT_CLIENT_SECRET": "<YOUR_MICROSOFT_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.