Gmail MCP Server for Grok
io.github.artymclabin/gmail-mcp-server
Lean Gmail MCP server with auto authentication support
client:Grok
transport:stdio
runtime:npm
Install Gmail MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gmail-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<GMAIL_CREDENTIALS_PATH>"
}
}
}
}
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