Google Chat MCP for Claude Desktop
io.github.a1-x-tech/mcp-google-chat
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
client:Claude Desktop
transport:stdio
runtime:npm
Install Google Chat MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-google-chat": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs