gchat_post_text_message

gchat_post_text_message

0

The Google Chat MCP Server enables interaction with the Google Chat API using webhooks, providing an easy method to post text messages to Google Chat spaces without the need for OAuth setup. It offers a simple, secure integration suitable for use with MCP-compatible tools.

Google Chat MCP Server

A Model Context Protocol (MCP) server for Google Chat API interactions via webhooks.

Features

  • Post messages to Google Chat spaces.
  • Secure webhook-based integration.
  • No OAuth setup required.

Installation

Using Smithery

  • Install with CLI via npx spinai-mcp.

Local Development

  1. Clone the repo.
  2. Install dependencies.
  3. Build and run the server.

Docker Setup

  • Build a Docker image and run the container with environment variables.

Configuration

  • Set environment variables for Google Chat details.

Security

  • Webhook URLs are included in requests, and no credentials are stored in code.