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
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.Last updated -34383TypeScript
- -securityFlicense-qualityAn MCP server that provides access to Google's API Discovery Service, allowing agents to discover and interact with Google APIs through natural language commands.Last updated -Python
- -securityFlicense-qualityAn MCP (Multi-Agent Conversation Protocol) Server that provides a standardized interface for interacting with Google's Cloud Vision API, enabling AI agents to analyze images and extract visual information through natural language.Last updated -Python