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 サーバーを自動的にインストールするには:
手動インストール
設定
Google Meet MCP サーバーを使用する前に、Google API 認証情報を設定する必要があります。
- Google Cloud Consoleにアクセスする
- 新しいプロジェクトを作成するか、既存のプロジェクトを選択してください
- GoogleカレンダーAPIを有効にする
- OAuth 2.0 認証情報を作成する (デスクトップ アプリケーション)
- 資格情報JSONファイルをダウンロードし、プロジェクトのルートディレクトリに
credentials.json
として保存します。 - セットアップ スクリプトを実行して認証し、トークンを生成します。
これによりブラウザ ウィンドウが開き、アプリケーションが Google カレンダーにアクセスできるように許可できるようになります。
使用法
セットアップが完了したら、MCP サーバーを起動できます。
サーバーが実行され、次のツールが公開されます。
create-meeting
: 新しい Google Meet 会議を作成するlist-meetings
: 今後の Google Meet 会議を一覧表示するget-meeting-details
: 特定の会議の詳細を取得するupdate-meeting
: 既存の会議を更新するdelete-meeting
: 会議を削除する
MCP構成
このサーバーを MCP 互換システムで使用するには、MCP 設定構成ファイルに次の行を追加します。
特徴
- カスタム設定で Google Meet 会議を作成する
- 参加URLを含む会議の詳細を取得する
- 既存の会議を更新する
- 会議を削除する
- 今後の会議をリストする
This server cannot be installed
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.
Google Meet MCPサーバーは、AIエージェントがGoogle Meet会議を作成、管理、取得できるようにします。モデルコンテキストプロトコル(MCP)上に構築されており、会議のスケジュール設定、更新、削除のためのツールを公開しているため、Google Meetの機能を簡単に統合できます。
Related MCP Servers
- -securityFlicense-qualityA specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.Last updated -103TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with Gmail services, supporting email operations, draft management, and calendar functionality through Google API integration.Last updated -TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.Last updated -15TypeScriptMIT License
- -security-license-qualityA simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.Last updated -Python