Skip to main content
Glama
cool-man-vk
by cool-man-vk

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 認証情報を設定する必要があります。

  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を含む会議の詳細を取得する

  • 既存の会議を更新する

  • 会議を削除する

  • 今後の会議をリストする

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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