multi gmail mcp for Grok
io.github.gx-55/multi-gmail-mcp
Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.
client:Grok
transport:stdio
runtime:npm
Install multi gmail mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"multi-gmail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>"
}
}
}
}
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