A Model Context Protocol (MCP) server for interacting with Google Meet through the Google Calendar API
A Model Context Protocol (MCP) server for interacting with Google Meet through the Google Calendar API. The google meet mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.
This project implements an MCP server that allows AI agents to interact with Google Meet by creating, retrieving, and managing meetings through the Google Calendar API. It leverages the MCP (Model Context Protocol) specification to expose these capabilities as tools that can be used by compatible AI systems.
@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
create-meeting — Create a new Google Meet meetinglist-meetings — List upcoming Google Meet meetingsget-meeting-details — Get details about a specific meetingupdate-meeting — Update an existing meetingdelete-meeting — Delete a meetingThis sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Google Meet's toolset — create-meeting, list-meetings, get-meeting-details and 2 more — is a fair guide to whether it matches your workflow. It is maintained by cool-man-vk; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| create-meeting | Create a new Google Meet meeting |
| list-meetings | List upcoming Google Meet meetings |
| get-meeting-details | Get details about a specific meeting |
| update-meeting | Update an existing meeting |
| delete-meeting | Delete a meeting |
{
"mcpServers": {
"google-meet": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.