# Google Meet (verified)

Google Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add googlemeet

# Browse available tools
npx -y @smithery/cli@latest tool list googlemeet

# Get full schema for a tool
npx -y @smithery/cli@latest tool get googlemeet GOOGLEMEET_CREATE_MEET

# Call a tool
npx -y @smithery/cli@latest tool call googlemeet GOOGLEMEET_CREATE_MEET '{}'
```

## Direct MCP Connection

Endpoint: `https://googlemeet.run.tools`

## Tools (9)

- `GOOGLEMEET_CREATE_MEET` — Creates a new Google Meet space, optionally configuring its access type and entry point access controls.
- `GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEET` — Get conference record
- `GOOGLEMEET_GET_MEET` — Retrieve details of a Google Meet space using its unique identifier.
- `GOOGLEMEET_GET_PARTICIPANT_SESSION` — Tool to get a specific participant session from a conference record. Use when you need to retrieve details about a part…
- `GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID` — Retrieves recordings from Google Meet for a given conference record ID.
- `GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID` — Retrieves all transcripts for a specific Google Meet conference using its conferenceRecord_id.
- `GOOGLEMEET_LIST_CONFERENCE_RECORDS` — Tool to list conference records. Use when you need to retrieve a list of past conferences, optionally filtering them by…
- `GOOGLEMEET_LIST_PARTICIPANT_SESSIONS` — Tool to list all participant sessions for a specific conference record in Google Meet. Use this when you need to retrie…
- `GOOGLEMEET_UPDATE_SPACE` — Updates a meeting space. Use this tool to modify the settings of an existing Google Meet space. Requires the Space reso…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get googlemeet <tool-name>
```
