An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
Claude Desktop config.json'a ekle
{
"mcpServers": {
"elie222-inbox-zero": {
"command": "node",
"args": [
"~/.mcp/inbox-zero/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/elie222/inbox-zero.git ~/.mcp/inbox-zero
cd ~/.mcp/inbox-zero
Organizes your inbox, pre-drafts replies, manages your calendar, and organizes attachments. Chat with it from Slack or Telegram to manage your inbox on the go. Open source alternative to Fyxer, but more customizable and secure.
Website
·
Discord
·
Issues
To help you spend less time in your inbox, so you can focus on what matters most.
Learn more in our docs.
![]() | ![]() |
|---|---|
| AI Assistant | Reply Zero |
![]() | ![]() |
| Gmail client | Bulk Unsubscriber |
To request a feature open a GitHub issue, or join our Discord.
We offer a hosted version of Inbox Zero at getinboxzero.com.
The fastest way to self-host Inbox Zero is with the CLI:
npx @inbox-zero/cli setup # One-time setup wizard
npx @inbox-zero/cli start # Start containers
For complete self-hosting instructions, production deployment, OAuth setup, and configuration options, see our Self-Hosting Docs.
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
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.
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).
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
The most powerful MCP server for Slack Workspaces.
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.
MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)
MCP Server for Integrating LINE Official Account
MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat.