# Google Chat MCP Server

Post messages to Google Chat spaces effortlessly using webhooks. Integrate seamlessly without the need for OAuth setup, making it simple and secure. Enhance your MCP-compatible tools with this easy-t…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list KaranThink41/gchat_post_text_message

# Get full schema for a tool
npx -y @smithery/cli@latest tool get KaranThink41/gchat_post_text_message post_text_message

# Call a tool
npx -y @smithery/cli@latest tool call KaranThink41/gchat_post_text_message post_text_message '{}'
```

## Tools (1)

- `post_text_message` — Post a text message to a Google Chat space.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get KaranThink41/gchat_post_text_message <tool-name>
```

---

Source: https://github.com/KaranThink41/gchat_post_text_message | License: MIT
