Google Meet MCP Server
About
A Model Context Protocol (MCP) server that allows AI agents to create, retrieve, and manage Google Meet meetings through the Google Calendar API. It is intended for developers and users who want programmatic control over Google Meet via compatible AI systems.
Details
- Author
- MCP-Mirror
- Downloads
- 119
- Categories
- Other
Jump to
- Create Google Meet meetings with custom settings.
- Retrieve meeting details including join URLs.
- Update existing meetings.
- Delete meetings.
- List upcoming Google Meet meetings.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Google Meet MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Smithery (npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude) or clone the repository, install dependencies, set up Google API OAuth 2.0 credentials, and run npm run setup to authenticate. Then start the server with npm run start. The server exposes tools such as create-meeting, list-meetings, get-meeting-details, update-meeting, and delete-meeting. Add the server configuration to your MCP settings file.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"google meet mcp server": {
"cool-man-vk_google-meet-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@cool-man-vk/google-meet-mcp-server",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"cool-man-vk_google-meet-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@cool-man-vk/google-meet-mcp-server",
"--client",
"claude"
]
}
}
Google Meet MCP Server
A Model Context Protocol (MCP) server for interacting with Google Meet through the Google Calendar API. This server provides tools for creating and managing Google Meet meetings programmatically.
Description
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.
Installation
Installing via Smithery
To install Google Meet MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude
Manual Installation
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



