Aerostack
electrical_services

Google Meet MCP Server — Hosted Web Search Integration

MCP Server language Hosted language Public

Create and manage Google Meet spaces, schedule meetings via Google Calendar, list participants, access recordings and transcripts.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "google-meet": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-meet",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+11 more

Natural Language Prompt

“Use the create_space tool to create a new google meet space. returns the meetinguri, meetingcode, and space name for sharing

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-google-meet — Google Meet MCP Server

Create Google Meet spaces, schedule calendar meetings with Meet links, manage participants, recordings, and transcripts from any AI agent.

Google Meet is Google's enterprise video conferencing platform, deeply integrated with Google Calendar and Google Workspace. This MCP server gives your agents complete access to the Google Meet REST API and Google Calendar API: creating instant or scheduled meetings, managing spaces and conferences, listing participants, retrieving recordings and transcripts, and full calendar event CRUD.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-meet


What You Can Do

  • Create Google Meet spaces instantly and return meeting links for sharing
  • Schedule Google Calendar events with Meet links and attendee invites
  • Retrieve post-meeting participant lists and duration for CRM sync or compliance
  • Access cloud recordings and AI transcripts from completed meetings
  • Manage and update meetings without touching the Google Calendar UI

Available Tools

Tool Description
create_space Create a new Google Meet space — returns meetingUri and meetingCode
get_space Get Meet space details by resource name or meeting code
end_active_conference End an active conference, disconnecting all participants
list_conferences List past conferences in a Meet space
get_conference Get conference details including start/end time
list_participants List participants in a conference session
get_participant Get participant details: display name, join/leave time
list_recordings List recordings for a conference
get_recording Get a recording with download URI and timestamps
create_meeting_event Create a Calendar event with a Google Meet link
get_event Get a Calendar event including the Meet link
list_upcoming_meetings List upcoming Calendar events with Meet links
update_meeting_event Update a Calendar event (title, time, attendees)
delete_meeting_event Delete a meeting from Calendar with cancellation notifications
list_transcripts List transcripts for a conference
get_transcript Get a transcript with speaker turns and timestamps
_ping Verify credentials by fetching primary calendar info

Configuration

Variable Required Description How to Get
GOOGLE_ACCESS_TOKEN Yes Google OAuth 2.0 access token with Meet and Calendar scopes Google OAuth Playground or your Google Workspace OAuth app
Required OAuth Scopes

Your access token must include these scopes:

  • https://www.googleapis.com/auth/calendar — Create and manage calendar events
  • https://www.googleapis.com/auth/calendar.events — Read/write calendar events
  • https://www.googleapis.com/auth/meetings.space.created — Manage created Meet spaces
  • https://www.googleapis.com/auth/meetings.space.readonly — Read Meet space data
Getting an Access Token
  1. Go to Google Cloud Console
  2. Create or select a project
  3. Enable the Google Meet API and Google Calendar API
  4. Create OAuth 2.0 credentials (Desktop app or Web app)
  5. Use OAuth Playground to get an access token with the required scopes
  6. For production, use a service account with domain-wide delegation or implement the OAuth flow in your application

Quick Start

Add to Aerostack Workspace
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "Google Meet" and click Add to Workspace
  3. Add your GOOGLE_ACCESS_TOKEN under Project → Secrets

Once added, every AI agent in your workspace can create and manage Google Meet sessions automatically.

Example Prompts
"Create a Google Meet space for our team standup and share the link"
"Schedule a 1-hour product review on April 5th at 2pm EST with alice@example.com and bob@example.com"
"List all participants from yesterday's all-hands meeting"
"Get the transcript from our latest product demo call"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-meet \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-access-token' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"create_meeting_event","arguments":{"summary":"Team Sync","start":"2026-04-01T14:00:00Z","end":"2026-04-01T15:00:00Z","attendees":["alice@example.com"]}}}'

License

MIT

terminal Tools (17)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
create_space #1

Create a new Google Meet space. Returns the meetingUri, meetingCode, and space name for sharing.

terminal
get_space #2

Get details of a Google Meet space by its resource name or meeting code.

terminal
end_active_conference #3

End an active conference in a Google Meet space, disconnecting all participants.

terminal
list_conferences #4

List past conferences that occurred in a specific Google Meet space.

terminal
get_conference #5

Get details of a specific Google Meet conference including start/end time and participant count.

terminal
list_participants #6

List participants in a Google Meet conference session.

terminal
get_participant #7

Get details of a specific conference participant including display name, join/leave time, and phone number.

terminal
list_recordings #8

List recordings for a specific Google Meet conference.

terminal
get_recording #9

Get details of a specific Google Meet recording, including download URI and start/end time.

terminal
create_meeting_event #10

Create a Google Calendar event with a Google Meet conference link. Returns the event ID, Meet URL, and calendar link.

terminal
get_event #11

Get a Google Calendar event by event ID, including the Meet link if present.

terminal
list_upcoming_meetings #12

List upcoming Google Calendar events that have Google Meet links. Returns up to 25 upcoming meetings.

terminal
update_meeting_event #13

Update an existing Google Calendar meeting event. Provide only the fields to change.

terminal
delete_meeting_event #14

Delete a Google Calendar meeting event. Attendees will receive cancellation notifications.

terminal
list_transcripts #15

List transcripts for a specific Google Meet conference.

terminal
get_transcript #16

Get a specific Google Meet transcript with all entries (speaker turns, timestamps).

terminal
_ping #17

Verify Google credentials by fetching the primary calendar info. Returns calendar summary and timezone.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category Web Search
terminal Tools 17

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-google-meet

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in Web Search

Browse Web Search MCPs →

Frequently asked questions

What is the Google Meet MCP server and what can it do? +

The Google Meet MCP server is hosted on Aerostack and exposes these tools to your AI agent: `create_space`, `get_space`, `end_active_conference`, `list_conferences`, `get_conference`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the Google Meet MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the Google Meet MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Google Meet MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the Google Meet MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-google-meet": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-google-meet"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the Google Meet MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-google-meet", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-google-meet"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does Google Meet MCP require authentication? +

Yes. Google Meet requires authentication. Check the MCP's documentation for the required credentials.