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.
Quick Start
Clone the repository:
git clone https://github.com/elie222/inbox-zero/tree/main/apps/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"inbox-zero": {
"command": "npx",
"args": [
"-y",
"elie222/inbox-zero"
]
}
}
}Check the repository README for specific installation and configuration instructions.