Skip to main content

Google Meet MCP Server

An MCP server for managing Google Meet spaces and conference artifacts, integrating seamlessly with AI assistants using the Model Context Protocol.

Features

  • Create Space: Create a new Google Meet space with optional access configuration.
  • Get Space: Retrieve metadata for a single Meet space.
  • Update Space: Update space configuration using updateMask (supports space or config input style).
  • List Conference Records: Browse historical conference records.
  • Get Conference Record: Fetch a single conference record by resource name.
  • List Recordings: List recording artifacts for a conference record.
  • List Transcripts: List transcript artifacts for a conference record.

Installation

Prerequisites

  • Python 3.9 or higher.
  • A Google Cloud Project with the Google Meet API enabled.
  • OAuth2 credentials (Client ID and Client Secret).
  • OAuth scopes:
    • https://www.googleapis.com/auth/meetings.space.created
    • https://www.googleapis.com/auth/meetings.space.readonly

Local Setup

  1. Install dependencies:

    pip install -e .
    
  2. Run the server:

    python main.py --access-token <TOKEN> --refresh-token <REFRESH_TOKEN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>
    

Configuration

Add the following to your MCP host configuration (e.g., mcp-config.json):

{
  "mcpServers": {
    "barie-google-meet-mcp": {
      "command": "uvx",
      "args": [
        "barie-google-meet-mcp",
        "--access-token",
        "YOUR_ACCESS_TOKEN",
        "--refresh-token",
        "YOUR_REFRESH_TOKEN",
        "--client-id",
        "YOUR_CLIENT_ID",
        "--client-secret",
        "YOUR_CLIENT_SECRET"
      ]
    }
  }
}

Tools

  • create_space: Create a new Meet space. Optional config.accessType and config.entryPointConfig.accessModel are supported.
  • get_space: Get space details by name (e.g., spaces/AAAAMMMMM).
  • update_space: Update space settings by name and updateMask, using either space or config payload style.
  • list_conference_records: List conference records with optional pageSize, pageToken, and filter.
  • get_conference_record: Get conference record details by name (e.g., conferenceRecords/BBBBBBBBB).
  • list_recordings: List recordings for a conference record by parent.
  • list_transcripts: List transcripts for a conference record by parent.

Update Tool Behavior

update_space supports two input modes:

  1. Update with full space payload:
{
  "name": "spaces/AAAAMMMMM",
  "space": {
    "config": {
      "accessType": "TRUSTED"
    }
  },
  "updateMask": "config.accessType"
}
  1. Update with convenience config payload:
{
  "name": "spaces/AAAAMMMMM",
  "config": {
    "accessType": "TRUSTED"
  },
  "updateMask": "config.accessType"
}

Notes:

  • Provide either space or config.
  • Common natural variants are normalized (for example open to OPEN, anyoneWithLink to ANYONE_WITH_LINK).
  • Optional nullable fields are accepted for pagination/filter inputs.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barie_google_meet_mcp-0.1.1.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

barie_google_meet_mcp-0.1.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file barie_google_meet_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: barie_google_meet_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for barie_google_meet_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ef747959443d5ffe7f1e0c1aae9e96afafc321e3dd97d29997a1061a8b0ec161
MD5 471cf8d8230cad629930751f457e9bf0
BLAKE2b-256 42d330032c49fc90d01a157ac3a79f712a22b53ce638332be119be39f8d1787a

See more details on using hashes here.

File details

Details for the file barie_google_meet_mcp-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for barie_google_meet_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f558b6c4361e947fbe92f243cde23b27996fd76e9e74af858e61a65edac32bac
MD5 bfcbbec2a661947ea821467e24b64bac
BLAKE2b-256 2767b9ce835b807f7d6c82f603a4479d90c478d402a29877a9958fc93e05e543

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page