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
By elie222
Installation
npx -y inbox-zeroConfiguration
{
"mcpServers": {
"inbox-zero": {
"command": "npx",
"args": ["-y", "inbox-zero"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes