Loading MCP server directory, please wait...
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-chatRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-chat": {
"command": "npx",
"args": [
"-y",
"mcp-google-chat"
],
"env": {
"GOOGLE_CHAT_CLIENT_ID": "",
"GOOGLE_CHAT_CLIENT_SECRET": "",
"GOOGLE_CHAT_REFRESH_TOKEN": "",
"GOOGLE_CHAT_ACCESS_TOKEN": "",
"GOOGLE_CHAT_API_BASE": "https://chat.googleapis.com",
"GOOGLE_CHAT_TIMEOUT_MS": "60000",
"GOOGLE_CHAT_MAX_RETRIES": "3"
}
}
}
}