1. Conduid
  2. Developer Tools
  3. elie222/inbox-zero
MCP server · Developer Tools

elie222/inbox-zero

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

Unclaimed NOASSERTION last commit 6 months ago dataaipostgresqlgmailopenaiemailposthognextjsloops
92Excellent

Scored yesterday · breakdown

About elie222/inbox-zero

elie222/inbox-zero is an MCP server published by elie222 in the Developer Tools category: the world's best AI personal assistant for email. Open source app to help you reach inbox zero fast. It has been installed 0 times through Conduid.

The repository has 10K stars and 1.2K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx inbox-zero

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about elie222/inbox-zero

Powered by Claude · Grounded in docs

I know everything about elie222/inbox-zero. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

desktop-v0.1.5Inbox Zero Desktop 0.1.5 · 22 Aug 2026What's Changed web: Open the desktop app from the HTTPS auth callback by @elie222 in https://github.com/elie222/inbox-zero/pull/3322 test: Add emulator coverage for sidebar flows by @elie222 in…
desktop-v0.1.4Inbox Zero Desktop 0.1.4 · 16 Aug 2026What's Changed mail: Prepare adjacent email content by @elie222 in https://github.com/elie222/inbox-zero/pull/3319 rules: Respect disabled organization actions by @elie222 in https://github.com/elie222/inbox-zero/pull/3320 desktop: Use the…
desktop-v0.1.3Inbox Zero Desktop 0.1.3 · 16 Aug 2026What's Changed desktop: Simplify the download hero by @elie222 in https://github.com/elie222/inbox-zero/pull/3317 INB-326: Open follow-up drafts in the native email client by @gentlemandev in https://github.com/elie222/inbox-zero/pull/3272…
desktop-v0.1.2Inbox Zero Desktop 0.1.2 · 16 Aug 2026What's Changed Mail: reuse core sidebar shell by @elie222 in https://github.com/elie222/inbox-zero/pull/3297 Mail: Remove completed-list footer by @elie222 in https://github.com/elie222/inbox-zero/pull/3301 mail: Improve combined inbox…
desktop-v0.1.0Inbox Zero Desktop 0.1.0 · 16 Aug 2026What's Changed test: cover public booking reschedule rate limits by @cursor[bot] in https://github.com/elie222/inbox-zero/pull/2698 chore: update Homebrew formula for v2.30.0 by @elie222 in https://github.com/elie222/inbox-zero/pull/2700…

README

Stars Forks

Vercel OSS Program

Mission

To help you spend less time in your inbox, so you can focus on what matters most.

Features

  • AI Personal Assistant: Organizes your inbox and pre-drafts replies in your tone and style.
  • Cursor Rules for email: Explain in plain English how your AI should handle your inbox.
  • Reply Zero: Track emails to reply to and those awaiting responses.
  • Bulk Unsubscriber: One-click unsubscribe and archive emails you never read.
  • Bulk Archiver: Clean up your inbox by bulk archiving old emails.
  • Cold Email Blocker: Auto‑block cold emails.
  • Email Analytics: Track your activity and trends over time.
  • Meeting Briefs: Get personalized briefings before every meeting, pulling context from your email and calendar.
  • Smart Filing: Automatically save email attachments to Google Drive or OneDrive.
  • Slack & Telegram Integration: Chat with your AI assistant from Slack or Telegram to manage your inbox without leaving the apps you already use.

Learn more in our docs.

Cursor plugin (API CLI)

This repo is packaged as a Cursor plugin (.cursor-plugin/plugin.json): install from the directory to use the inbox-zero-api skill and agent. Skill source lives in clawhub/inbox-zero-api (same as OpenClaw); skills/inbox-zero-api is a symlink for discovery. Requires @inbox-zero/api; set INBOX_ZERO_API_KEY for authenticated CLI commands (e.g. rules, stats). openapi --json does not need a key.

Feature Screenshots

AI Assistant Reply Zero
AI Assistant Reply Zero
Gmail Client Bulk Unsubscriber
Gmail client Bulk Unsubscriber

Demo Video

Inbox Zero demo

Built with

Star History

Star History Chart

Feature Requests

To request a feature open a GitHub issue, or join our Discord.

Getting Started

We offer a hosted version of Inbox Zero at getinboxzero.com.

Self-Hosting

The fastest way to self-host Inbox Zero is with the CLI:

Prerequisites: Docker and Node.js v24+

npx @inbox-zero/cli setup      # One-time setup wizard
npx @inbox-zero/cli start      # Start containers

Open http://localhost:3000

For complete self-hosting instructions, production deployment, OAuth setup, and configuration options, see our Self-Hosting Docs.

Local Development

Prerequisites: Docker, Node.js v24+, and pnpm v10+

git clone https://github.com/elie222/inbox-zero.git
cd inbox-zero
docker compose -f docker-compose.dev.yml up -d   # Postgres + Redis
pnpm install
npm run setup                                     # Interactive env setup
cd apps/web && pnpm prisma migrate dev && cd ../..
pnpm dev

Open http://localhost:3000

After pnpm install, if you want to use the local Google emulator, start it with:

docker compose -f docker-compose.dev.yml --profile google-emulator up -d

Then point apps/web/.env at it with:

GOOGLE_BASE_URL=http://localhost:4002
GOOGLE_CLIENT_ID=emulate-google-client.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=emulate-google-secret

If you want to use the local Microsoft emulator, start it with:

docker compose -f docker-compose.dev.yml --profile microsoft-emulator up -d

Then point apps/web/.env at it with:

MICROSOFT_BASE_URL=http://localhost:4003
MICROSOFT_CLIENT_ID=emulate-microsoft-client-id
MICROSOFT_CLIENT_SECRET=emulate-microsoft-secret

See the Contributing Guide for more details including devcontainer setup.

Contributing

View open tasks in GitHub Issues and join our Discord to discuss what's being worked on.

Docker images are automatically built on every push to main and tagged with the commit SHA (e.g., elie222/inbox-zero:abc1234). The latest tag always points to the most recent main build. Formal releases use version tags (e.g., v2.26.0).

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About elie222/inbox-zero

How do I install elie222/inbox-zero?

Run npx inbox-zero, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is elie222/inbox-zero safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is elie222/inbox-zero still maintained?

Yes — the latest release is desktop-v0.1.5 (22 Aug 2026), and the last commit was 6 months ago. The repository has 10K stars and 0 open issues.