Google Meet MCP Server — Hosted Web Search Integration
MCP Server language Hosted language PublicCreate and manage Google Meet spaces, schedule meetings via Google Calendar, list participants, access recordings and transcripts.
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.
{
"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:
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.
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 eventshttps://www.googleapis.com/auth/calendar.events— Read/write calendar eventshttps://www.googleapis.com/auth/meetings.space.created— Manage created Meet spaceshttps://www.googleapis.com/auth/meetings.space.readonly— Read Meet space data
Getting an Access Token
- Go to Google Cloud Console
- Create or select a project
- Enable the Google Meet API and Google Calendar API
- Create OAuth 2.0 credentials (Desktop app or Web app)
- Use OAuth Playground to get an access token with the required scopes
- For production, use a service account with domain-wide delegation or implement the OAuth flow in your application
Quick Start
Add to Aerostack Workspace
- Go to aerostack.dev → Your Project → MCPs
- Search for "Google Meet" and click Add to Workspace
- Add your
GOOGLE_ACCESS_TOKENunder 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.
create_space #1 Create a new Google Meet space. Returns the meetingUri, meetingCode, and space name for sharing.
get_space #2 Get details of a Google Meet space by its resource name or meeting code.
end_active_conference #3 End an active conference in a Google Meet space, disconnecting all participants.
list_conferences #4 List past conferences that occurred in a specific Google Meet space.
get_conference #5 Get details of a specific Google Meet conference including start/end time and participant count.
list_participants #6 List participants in a Google Meet conference session.
get_participant #7 Get details of a specific conference participant including display name, join/leave time, and phone number.
list_recordings #8 List recordings for a specific Google Meet conference.
get_recording #9 Get details of a specific Google Meet recording, including download URI and start/end time.
create_meeting_event #10 Create a Google Calendar event with a Google Meet conference link. Returns the event ID, Meet URL, and calendar link.
get_event #11 Get a Google Calendar event by event ID, including the Meet link if present.
list_upcoming_meetings #12 List upcoming Google Calendar events that have Google Meet links. Returns up to 25 upcoming meetings.
update_meeting_event #13 Update an existing Google Calendar meeting event. Provide only the fields to change.
delete_meeting_event #14 Delete a Google Calendar meeting event. Attendees will receive cancellation notifications.
list_transcripts #15 List transcripts for a specific Google Meet conference.
get_transcript #16 Get a specific Google Meet transcript with all entries (speaker turns, timestamps).
_ping #17 Verify Google credentials by fetching the primary calendar info. Returns calendar summary and timezone.
Details
language Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-meet
Sub-50ms globally · Zero cold start
Publisher
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
More in Web Search
Browse Web Search MCPs →Elasticsearch
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
Firecrawl
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
Google Ads
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
Google Sheets
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
Webflow
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
Google Docs
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
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.