Google Meet MCP Server
Google Meet MCP サーバー
Google カレンダー API を介して Google Meet とやり取りするためのモデル コンテキスト プロトコル(MCP)サーバー。このサーバーは、Google Meet 会議をプログラムで作成および管理するためのツールを提供します。
説明
このプロジェクトは、AIエージェントがGoogle Calendar APIを介して会議を作成、取得、管理することでGoogle Meetと連携できるようにするMCPサーバーを実装します。MCP(Model Context Protocol)仕様を活用し、これらの機能を互換性のあるAIシステムで使用できるツールとして公開します。
Related MCP server: gg-mcp
インストール
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 認証情報を設定する必要があります。
Google Cloud Consoleにアクセスする
新しいプロジェクトを作成するか、既存のプロジェクトを選択してください
GoogleカレンダーAPIを有効にする
OAuth 2.0 認証情報を作成する (デスクトップ アプリケーション)
資格情報JSONファイルをダウンロードし、プロジェクトのルートディレクトリに
credentials.jsonとして保存します。セットアップ スクリプトを実行して認証し、トークンを生成します。
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を含む会議の詳細を取得する
既存の会議を更新する
会議を削除する
今後の会議をリストする
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to join and interact with online meetings (Zoom and Google Meet), capturing transcripts and recordings to generate meeting summaries.311MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that connects AI agents to Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, and Slides).302MIT
- AlicenseAqualityCmaintenanceMCP server that connects AI agents to calendars, bookings, and scheduling polls via the Model Context Protocol.2216MIT
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cool-man-vk/google-meet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server