AI personal assistant for email Inbox Zero
If you want an AI assistant working directly with Inbox Zero, the inbox zero mcp server is the bridge. AI personal assistant for email Inbox Zero.
The server is distributed via npm as @inbox-zero/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 6 environment variables: GOOGLE_BASE_URL, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, MICROSOFT_BASE_URL, MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.
Communication servers earn their keep on volume — summarising channels and threads that would otherwise cost you an hour of scrollback. Inbox Zero sits in that group. Worth comparing against the other communication servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"inbox-zero": {
"command": "npx",
"args": ["-y", "@inbox-zero/cli"],
"env": {
"GOOGLE_BASE_URL": "your-value",
"GOOGLE_CLIENT_ID": "your-value",
"GOOGLE_CLIENT_SECRET": "your-value",
"MICROSOFT_BASE_URL": "your-value",
"MICROSOFT_CLIENT_ID": "your-value",
"MICROSOFT_CLIENT_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GOOGLE_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
| GOOGLE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| MICROSOFT_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MICROSOFT_CLIENT_ID | Configuration value read at startup. | Optional |
| MICROSOFT_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.