1. Conduid
  2. Science
  3. Google Chat Integration Server
MCP server · Science

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.

Unclaimed science
34Low

Scored yesterday · breakdown

About Google Chat Integration Server

Google Chat Integration Server is an MCP server in the Science category: 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. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/rishipradeep-think41/gchat-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Google Chat Integration Server

Powered by Claude · Grounded in docs

I know everything about Google Chat Integration Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Google Chat MCP Server

smithery badge

A Model Context Protocol (MCP) server implementation for interacting with the Google Chat API via webhooks. This server provides a simple tool for posting text messages to Google Chat spaces.

Features

  • Post text messages to Google Chat spaces using webhooks
  • Simple and secure webhook-based integration
  • No OAuth setup required
  • Easy to use with MCP-compatible tools

Installation

Installing via Smithery

To install gchat-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @rishipradeep-think41/gchat-mcp --client claude

Using Smithery (Recommended)

Install the server using Smithery's CLI:

npx spinai-mcp install @KaranThink41/gchat_post_text_message --provider smithery

Local Development

  1. Clone the repository:
git clone https://github.com/KaranThink41/google_chat_mcp_server.git
cd google_chat_mcp_server
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Run the server:
node build/index.js

Docker Setup

You can run the server using Docker. Here's how to set it up:

  1. Build the Docker image:
docker build -t google-chat-mcp-server .
  1. Run the Docker container with the necessary environment variables:
docker run -e GOOGLE_CHAT_SPACE_ID=your_space_id \
          -e GOOGLE_CHAT_API_KEY=your_api_key \
          -e GOOGLE_CHAT_TOKEN=your_token \
          google-chat-mcp-server

Usage Example

To post a message to Google Chat, send the following JSON request:

{
  "method": "tools/call",
  "params": {
    "name": "post_text_message",
    "arguments": {
      "space_id": "your_space_id",
      "key": "your_api_key",
      "token": "your_token",
      "text": "Hello, this is a test message!"
    }
  }
}

Configuration

The server requires the following environment variables to function:

  • GOOGLE_CHAT_SPACE_ID: The Space ID of your Google Chat space
  • GOOGLE_CHAT_API_KEY: The API key for your Google Cloud project
  • GOOGLE_CHAT_TOKEN: The authentication token for Google Chat

These variables can be set in your environment or via Docker (as shown in the Docker Setup section).

To run locally without Docker, create a .env file with the following content:

GOOGLE_CHAT_SPACE_ID=your_space_id
GOOGLE_CHAT_API_KEY=your_api_key
GOOGLE_CHAT_TOKEN=your_token

Security

  • Webhook URLs are passed directly in the request payload
  • No sensitive credentials are stored in the code
  • All requests are validated before execution

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Google Chat Integration Server

How do I install Google Chat Integration Server?

Run git clone https://github.com/rishipradeep-think41/gchat-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Google Chat Integration Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Google Chat Integration Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.