inbox-zero (MCP Server)

GitHub

The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

11,994 stars TypeScript MCP Ready Full Docs Skills View Markdown #ai#email#gmail#loops

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "inbox-zero": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-inbox-zero"
      ]
    }
  }
}