Back to Catalog

Inbox Zero

elie222/inbox-zero/apps/mcp-server
🔗 Latest commit:4b8e34f
TypeScript
Email

The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:8736
👥 Contributors:43
📋 Total Issues:172
📦 Has Releases:No
🔧 Has CI/CD Pipeline:Yes
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-server": {
    "command": "node",
    "args": [
      "apps/mcp-server/build/index.js"
    ],
    "env": {
      "API_KEY": "YOUR_API_KEY"
    }
  }
}
README.md

Inbox Zero MCP Server

An MCP server to manage your inbox efficiently. Use it within Cursor, Windsurf, or Claude desktop to interact with your Inbox Zero personal assistant.

Run it locally

From this directory:

pnpm run build
pnpm start

Then use the MCP at path apps/mcp-server/build/index.js in Cursor or Claude Desktop. Note, use the full path.

ATM, you should replace the empty string with your API key (PRs welcome to improve this). You can get your API key from the /settings page in the web app:

const API_KEY = process.env.API_KEY || "";