Email2Chat for Grok
io.github.bayramcsb/email2chat-mcp
Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.
client:Grok
transport:stdio
runtime:pypi
Install Email2Chat in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"email2chat-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"email2chat-mcp"
],
"env": {
"EMAIL2CHAT_API_KEY": "<EMAIL2CHAT_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs