cool-man-vk_google-meet-mcp-server
The Google Meet MCP Server is designed to facilitate interaction with Google Meet through the Google Calendar API, enabling programmatic control over meeting creation, management, and details retrieval. This server helps AI systems use Google Meet functionalities with ease by leveraging the Model Context Protocol specification.
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 specification to expose these capabilities as tools that can be used by compatible AI systems.
Features
- Create Google Meet meetings with custom settings
- Retrieve meeting details including join URLs
- Update existing meetings
- Delete meetings
- List upcoming meetings
Installation
Installing via Smithery
To install Google Meet MCP Server for Claude Desktop automatically via Smithery.
Manual Installation
Clone the repository, navigate to the project directory, and install dependencies.
Setup
Set up your Google API credentials, enable the Google Calendar API, create OAuth 2.0 credentials, download the credentials JSON file, and run the setup script to authenticate.
Usage
Once setup is complete, start the MCP server and access various tools like create-meeting
, list-meetings
, get-meeting-details
, update-meeting
, and delete-meeting
.