Interact with your email inbox through the Inbox Zero API
Inbox Zero is a powerful email management assistant that helps you achieve and maintain a clean, organized inbox. It connects to your email account and provides AI-powered tools to categorize, summarize, and respond to emails, saving you valuable time and reducing email overload. The MCP server allows you to interact with your Inbox Zero account directly from AI interfaces like Cursor, Windsurf, or Claude desktop. This integration brings the full power of your email assistant into your preferred AI environment, enabling seamless email management without context switching.
Inbox Zero MCP provides an interface to manage your email inbox efficiently using AI assistance directly from your AI coding environment or Claude desktop.
Before using the Inbox Zero MCP, you need:
/settings
page in the web app)git clone https://github.com/elie222/inbox-zero.git
cd inbox-zero/apps/mcp-server
pnpm install
.env
file based on the example:cp .env.example .env
.env
file:API_KEY=your_api_key_here
pnpm run build
pnpm start
To use the MCP with Cursor, Claude Desktop, or other compatible AI environments, you'll need to configure it with the full path to the built MCP server.
In your AI environment's settings, add the MCP server path:
/full/path/to/inbox-zero/apps/mcp-server/build/index.js
Make sure to use the absolute path to the built server file on your system.
Once configured, you can interact with your Inbox Zero assistant through your AI environment. You can:
Simply ask your AI assistant to help you with email tasks, and it will use the Inbox Zero MCP to access and manage your inbox.
If you encounter issues:
.env
filepnpm start
)For more detailed information or support, refer to the Inbox Zero documentation.