# Google Chat Integration Server

Post messages to Google Chat spaces effortlessly using webhooks. Simplify your integration without the need for OAuth setup, making it secure and easy to use with MCP-compatible tools.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rishipradeep-think41/gchat-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list rishipradeep-think41/gchat-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rishipradeep-think41/gchat-mcp post_text_message

# Call a tool
npx -y @smithery/cli@latest tool call rishipradeep-think41/gchat-mcp post_text_message '{}'
```

## Tools (3)

- `post_text_message` — Post a text message to a Google Chat space.
- `send_todo` — Send a formatted todo message to Google Chat space
- `send_summary` — Send a summary link and title in a card to a Google Chat space.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rishipradeep-think41/gchat-mcp <tool-name>
```

---

Source: https://github.com/rishipradeep-think41/gchat-mcp | License: MIT
