# mcp-google-chat

MCP server for the Google Chat API — list and search spaces, read and send messages, work with threads, reactions, attachments and memberships. For Claude, Cursor, Codex and other AI clients.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.2.0
- **Author:** gistrec
- **License:** MIT
- **npm:** mcp-google-chat
- **Source:** https://github.com/A1-x-Tech/mcp-google-chat
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 2 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-21T00:13:44.680Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

14 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `get_attachment`
- `list_members` — Lists memberships in a space: each membership's name (spaces/<space>/members/<member> — the handle manage_members needs), member (users/<id>, displayName, type 
- `manage_members`
- `list_messages`
- `get_message` — Fetches one message by its full resource name: text, formattedText, sender, createTime/lastUpdateTime, thread.name (reply target for send_message), attachment[]
- `send_message`
- `update_message` — Replaces the text of an existing message (updateMask=text; the previous text is overwritten, not appended). With user authentication only the authenticated user
- `delete_message`
- `raw_request`
- `manage_reactions`
- `list_spaces`
- `get_space` — Returns one space's details: displayName, spaceType, spaceDetails (description/guidelines), spaceThreadingState (THREADED_MESSAGES = replies go into threads, ot
- `search_spaces`
- `find_direct_message` — Finds the EXISTING direct-message space between the authenticated user and another user, returning the space (name spaces/<id>) to send_message into. Returns HT

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-google-chat\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-google-chat\"\n      ],\n      \"env\": {\n        \"GOOGLE_CHAT_CLIENT_SECRET\": \"<YOUR_GOOGLE_CHAT_CLIENT_SECRET>\",\n        \"GOOGLE_CHAT_REFRESH_TOKEN\": \"<YOUR_GOOGLE_CHAT_REFRESH_TOKEN>\",\n        \"GOOGLE_CHAT_ACCESS_TOKEN\": \"<YOUR_GOOGLE_CHAT_ACCESS_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_CHAT_CLIENT_SECRET` — Google Chat Client Secret (optional)
- `GOOGLE_CHAT_REFRESH_TOKEN` — Google Chat Refresh Token (optional)
- `GOOGLE_CHAT_ACCESS_TOKEN` — Google Chat Access Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 3 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Critical blast radius — deletes data; holds an oauth grant.
- Floor 60, ceiling 60 (tier: critical)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/mcp-google-chat
- Install plan: https://forgeregistry.com/api/v1/packages/mcp-google-chat/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/mcp-google-chat
- HTML page: https://forgeregistry.com/registry/mcp-google-chat
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
