jgalea/mailbox-mcp
Multi-account, multi-provider email MCP server. Gmail + IMAP. Security hardened.
Platform-specific configuration:
{
"mcpServers": {
"mailbox-mcp": {
"command": "npx",
"args": [
"-y",
"mailbox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Give your AI tools access to your email. Search, read, send, and manage messages across multiple accounts without leaving your terminal.
mailbox-mcp is an MCP server that connects your email to Claude Code, Cursor, Windsurf, or any AI tool that supports the Model Context Protocol. Instead of switching between your terminal and Gmail, you ask the AI to find that invoice, summarize a thread, or draft a reply — and it does.
What makes this different from the 60+ other email MCP servers:
git clone https://github.com/jgalea/mailbox-mcp.git
cd mailbox-mcp
npm install && npm run buildThen add to your Claude Code MCP config (~/.claude.json):
{
"mcpServers": {
"mailbox": {
"command": "node",
"args": ["/path/to/mailbox-mcp/dist/server.js"]
}
}
}Replace /path/to/mailbox-mcp with the actual path where you cloned the repo.
Loading reviews...