Google Chat MCP for Grok
io.github.a1-x-tech/mcp-google-chat
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
client:Grok
transport:stdio
runtime:npm
Install Google Chat MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-google-chat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-chat"
],
"env": {
"GOOGLE_CHAT_CLIENT_ID": "<GOOGLE_CHAT_CLIENT_ID>",
"GOOGLE_CHAT_CLIENT_SECRET": "<GOOGLE_CHAT_CLIENT_SECRET>",
"GOOGLE_CHAT_REFRESH_TOKEN": "<GOOGLE_CHAT_REFRESH_TOKEN>",
"GOOGLE_CHAT_ACCESS_TOKEN": "<GOOGLE_CHAT_ACCESS_TOKEN>",
"GOOGLE_CHAT_OAUTH_PORT": "<GOOGLE_CHAT_OAUTH_PORT>",
"GOOGLE_CHAT_API_BASE": "<GOOGLE_CHAT_API_BASE>",
"GOOGLE_CHAT_TIMEOUT_MS": "<GOOGLE_CHAT_TIMEOUT_MS>",
"GOOGLE_CHAT_MAX_RETRIES": "<GOOGLE_CHAT_MAX_RETRIES>"
}
}
}
}
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