Multi-Account Gmail for Grok
io.github.cunicopia-dev/multi-account-gmail-mcp
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
client:Grok
transport:stdio
runtime:pypi
Install Multi-Account Gmail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"multi-account-gmail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"multi-account-gmail-mcp"
],
"env": {
"GMAIL_MCP_CLIENT_SECRET": "<GMAIL_MCP_CLIENT_SECRET>",
"GMAIL_MCP_DB": "<GMAIL_MCP_DB>",
"GMAIL_MCP_OAUTH_PORT": "<GMAIL_MCP_OAUTH_PORT>"
}
}
}
}
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