MCP.so
ログイン

Multi-Chat MCP Server (Google Chat Included)

@siva010928

Multi-Chat MCP Server (Google Chat Included) について

Google Chat MCP server that lets AI assistants like Claude and Cursor participate directly in team conversations - search messages, help teammates, share files, and coordinate across chat platforms.

基本情報

カテゴリ

AI とエージェント

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

siva010928

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "google_chat": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/multi-chat-mcp-server",
        "run",
        "-m",
        "src.server",
        "--provider",
        "google_chat"
      ]
    },
    "slack": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/multi-chat-mcp-server",
        "run",
        "-m",
        "src.server",
        "--provider",
        "slack"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Multi-Chat MCP Server (Google Chat Included)?

Multi-Chat MCP Server is an open-source, production-ready MCP server for integrating AI assistants with Google Chat and other chat platforms. Built on a modular, multi-provider architecture, it is designed for developers and organizations who want their AI to participate directly in team collaboration while maintaining data privacy and security.

How to use Multi-Chat MCP Server (Google Chat Included)?

Configure the server by setting up the necessary environment variables and credentials for your chosen chat provider, then run the MCP server process. The Google Chat provider runs out of the box after proper configuration; future providers like Slack and Microsoft Teams will follow the same pluggable architecture. For multi-provider setups, define each provider's configuration in the designated environment file.

Key features of Multi-Chat MCP Server (Google Chat Included)

  • Multi-provider architecture supports simultaneous chat platform connections
  • Production-ready Google Chat integration with comprehensive API coverage
  • Modular provider framework for extending to Slack, Teams, and custom platforms
  • AI assistant can send, search, summarize, and reply in Google Chat
  • Designed for local/on-premises deployment to keep data within the organization
  • Supports real-time debugging, script sync, and team coordination workflows

Use cases of Multi-Chat MCP Server (Google Chat Included)

  • AI assistant broadcasts error logs to Google Chat and applies team-suggested fixes
  • AI pulls shared configuration files from chat and syncs them with the local environment
  • Developer asks AI to summarize team activity or find mentions after being away
  • AI proactively scans team conversations to assist with open concerns or blockers
  • Multi-provider use: AI shares an update simultaneously to both Slack and Google Chat

FAQ from Multi-Chat MCP Server (Google Chat Included)

What makes this server different from other Google Chat MCP servers?

It is designed with a multi-provider architecture that allows running multiple chat providers (Google Chat, Slack, Teams) simultaneously via a single unified interface. The Google Chat provider is production-ready, while other providers are planned and open for contributions.

What are the dependencies and runtime requirements?

The server is built with Python and follows the MCP framework. It is designed for local or organization-provided on-premises LLM instances rather than cloud-based models, emphasizing data privacy and security compliance.

Where does my chat data live?

The tool is designed for local, organizational use only. Data remains within your organization's infrastructure when used with on-premises LLM instances, ensuring complete control over data flow and access.

Are Slack and Microsoft Teams supported yet?

Slack and Microsoft Teams providers are currently in the planning stage. The modular framework is ready for implementation, and contributions from the open-source community are welcome.

How do I switch between or configure multiple providers?

Each chat platform is implemented as an independent module within the provider architecture. To run multiple providers simultaneously, configure each provider's credentials and settings in the environment file.

コメント

「AI とエージェント」の他のコンテンツ