Skip to main content
CommunicationPython

elie222/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.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
elie222