Googlemeet

Googlemeet

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

1099VIEWS
121USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app googlemeetnpx @composio/cli add cursor --app googlemeetnpx @composio/cli add cursor --app googlemeetnpx @composio/cli add cursor --app googlemeet

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create A Meet

Creates a new google meet space, optionally configuring its access type and entry point access controls.

Get Conference Record

Get conference record

Get Meet Details

Retrieve details of a google meet space using its unique identifier.

Get Participant Session

Tool to get a specific participant session from a conference record. use when you need to retrieve details about a particular participant in a past meeting.

Get Recordings By Conference Record Id

Retrieves recordings from google meet for a given conference record id.

Get Transcripts By Conference Record Id

Retrieves all transcripts for a specific google meet conference using its conferencerecord id.

List Conference Records

Tool to list conference records. use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range.

List Participant Sessions

Tool to list all participant sessions for a specific conference record in google meet. use this when you need to retrieve a list of participants who joined a particular meeting.

Update Google Meet Space

Updates a meeting space. use this tool to modify the settings of an existing google meet space. requires the space resource in the request body and the space name in the path.

9 actions available