Loading MCP server directory, please wait...
Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.
npx @getmcp/cli add io.github.bayramcsb/email2chat-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
EMAIL2CHAT_API_KEYYour API key from the Email2Chat dashboard (starts with em2c_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bayramcsb/email2chat-mcp": {
"command": "uvx",
"args": [
"email2chat-mcp"
],
"env": {
"EMAIL2CHAT_API_KEY": ""
}
}
}
}