google-meet-mcp-server
The Google Meet MCP Server is designed to facilitate programmatic creation and management of Google Meet meetings using the Google Calendar API. It is implemented as a Model Context Protocol (MCP) server to enable AI agents to perform tasks related to Google Meet.
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
The 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.
Features
- Create Google Meet meetings with custom settings
- Retrieve meeting details including join URLs
- Update existing meetings
- Delete meetings
- List upcoming meetings
Usage
The server provides the following functionalities:
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 meeting
Installation
Install via Smithery for Claude Desktop or manually by cloning the repository and installing dependencies.
Setup
Set up Google API credentials via the Google Cloud Console and authenticate to access your Google Calendar.