Inbox Zero AI
An MCP that helps you manage your email. For example, as it which emails need replies or follow ups. Offers functionality beyond basic Gmail functionality.
Overview
Inbox Zero AI is an open-source email management tool designed to help users efficiently manage their email inboxes, ensuring that important emails are addressed while minimizing time spent on email management.
To use Inbox Zero AI, you can either utilize the hosted version available at getinboxzero.com or self-host the application by following the setup instructions provided in the documentation.
- AI Personal Assistant: Automates email management tasks such as drafting replies, labeling, archiving, and more based on user-defined prompts. - Reply Zero: Tracks emails that require user responses and those awaiting replies. - Smart Categories: Automatically categorizes contacts based on email interactions. - Bulk Unsubscriber: Allows users to unsubscribe from multiple email lists with a single click. - Cold Email Blocker: Automatically blocks unsolicited cold emails. - Email Analytics: Provides insights into email activity with daily, weekly, and monthly statistics.
- Streamlining email management for busy professionals.
- Reducing email clutter by unsubscribing from unwanted newsletters.
- Enhancing productivity by automating routine email tasks.
Add to your AI client
Use these steps to connect Inbox Zero AI in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"inbox-zero-ai-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"inbox-zero-ai-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"inbox-zero-ai-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"inbox-zero-ai-apps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inbox-zero-ai-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"inbox-zero-ai-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-inbox-zero-ai-apps"
]
}
}
}FAQ
Can Inbox Zero AI manage all types of emails?
Yes! Inbox Zero AI is designed to handle various email types, including personal and professional emails.
Is Inbox Zero AI free to use?
Yes! Inbox Zero AI is open-source and free for everyone to use.
How does the AI assistant work?
The AI assistant uses a plain text prompt file to understand user preferences and automate email management tasks.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2065,"uuid":"bd4ceaf7-5d97-4e38-a0ff-dbff6967656d","name":"Inbox Zero AI","title":"Inbox Zero AI","description":"An MCP that helps you manage your email. For example, as it which emails need replies or follow ups.\nOffers functionality beyond basic Gmail functionality.","avatar_url":null,"created_at":"2025-03-07T15:01:50.461Z","updated_at":"2025-03-12T13:55:38.825Z","status":"created","author_name":"apps","author_avatar_url":null,"tags":"email-assistant,ai-email-management,inbox-zero","category":"communication","is_featured":false,"sort":1,"url":"https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"5d5b6f73-c0c0-4b1a-8050-82e99044a338","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]