Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Inbox Zero MCP server manages your inbox efficiently, integrating with Cursor, Windsurf, or Claude desktop for a personal assistant.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
An MCP server to manage your inbox efficiently. Use it within Cursor, Windsurf, or Claude desktop to interact with your Inbox Zero personal assistant.
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 || "";