Google Meet MCP Server

by cool-man-vk
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Leverages the Google Calendar API to manage Google Meet meetings, allowing for creating, retrieving, updating, and deleting calendar events with integrated Meet functionality.

  • Enables programmatic creation and management of Google Meet meetings, including creating meetings with custom settings, retrieving meeting details with join URLs, updating existing meetings, deleting meetings, and listing upcoming meetings.

Google Meet MCP サーバー

Google カレンダー API を介して Google Meet とやり取りするためのモデル コンテキスト プロトコル(MCP)サーバー。このサーバーは、Google Meet 会議をプログラムで作成および管理するためのツールを提供します。

説明

このプロジェクトは、AIエージェントがGoogle Calendar APIを介して会議を作成、取得、管理することでGoogle Meetと連携できるようにするMCPサーバーを実装します。MCP(Model Context Protocol)仕様を活用し、これらの機能を互換性のあるAIシステムで使用できるツールとして公開します。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop に Google Meet MCP サーバーを自動的にインストールするには:

npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude

手動インストール

# Clone the repository git clone https://github.com/yourusername/google-meet-mcp.git # Navigate to the project directory cd google-meet-mcp # Install dependencies npm install

設定

Google Meet MCP サーバーを使用する前に、Google API 認証情報を設定する必要があります。

  1. Google Cloud Consoleにアクセスする
  2. 新しいプロジェクトを作成するか、既存のプロジェクトを選択してください
  3. GoogleカレンダーAPIを有効にする
  4. OAuth 2.0 認証情報を作成する (デスクトップ アプリケーション)
  5. 資格情報JSONファイルをダウンロードし、プロジェクトのルートディレクトリにcredentials.jsonとして保存します。
  6. セットアップ スクリプトを実行して認証し、トークンを生成します。
npm run setup

これによりブラウザ ウィンドウが開き、アプリケーションが Google カレンダーにアクセスできるように許可できるようになります。

使用法

セットアップが完了したら、MCP サーバーを起動できます。

npm run start

サーバーが実行され、次のツールが公開されます。

  • create-meeting : 新しい Google Meet 会議を作成する
  • list-meetings : 今後の Google Meet 会議を一覧表示する
  • get-meeting-details : 特定の会議の詳細を取得する
  • update-meeting : 既存の会議を更新する
  • delete-meeting : 会議を削除する

MCP構成

このサーバーを MCP 互換システムで使用するには、MCP 設定構成ファイルに次の行を追加します。

{ "mcpServers": { "google-meet": { "command": "node", "args": ["path/to/google-meet-mcp/src/index.js"], "env": {}, "disabled": false } } }

特徴

  • カスタム設定で Google Meet 会議を作成する
  • 参加URLを含む会議の詳細を取得する
  • 既存の会議を更新する
  • 会議を削除する
  • 今後の会議をリストする
-
security - not tested
F
license - not found
-
quality - not tested

Google Meet MCPサーバーは、AIエージェントがGoogle Meet会議を作成、管理、取得できるようにします。モデルコンテキストプロトコル(MCP)上に構築されており、会議のスケジュール設定、更新、削除のためのツールを公開しているため、Google Meetの機能を簡単に統合できます。

  1. Description
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Setup
      1. Usage
        1. MCP Configuration
          1. Features

            Appeared in Searches

            ID: mnka3k3oml