# 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 mcp add KaranThink41/gchat_post_text_message

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

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

# Call a tool
npx -y smithery 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 tool get KaranThink41/gchat_post_text_message <tool-name>
```

---

License: MIT
