Inbox Zero - Secure MCP Server by ALMC Security 2025

Inbox Zero Official

View on GitHub

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 || "";

Related in Official 🌟 - Secure MCP Servers

ServerSummaryActions
UnstructuredAn MCP server implementation for interacting with the Unstructured API. This server provides tools t...View
InstantDBWelcome to Instant's MCP server.View
VideoDBView
GrowthBookWith the GrowthBook MCP server, you can interact with GrowthBook right from your LLM client. See exp...View
TwilioThis is a monorepo for the Model Context Protocol server that exposes all of Twilio APIs.View
HarnessThe Harness MCP Server is a Model Context Protocol (MCP) server that provides seamless integration w...View