Google Meet MCP Server
by cool-man-vk
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.
Last updated: N/A
What is Google Meet MCP Server?
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.
How to use Google Meet MCP Server?
First, install the server either via Smithery or manually by cloning the repository and installing dependencies. Then, set up your Google API credentials by enabling the Google Calendar API, creating OAuth 2.0 credentials, and saving the credentials JSON file. Finally, run the setup script to authenticate and start the MCP server using npm run start
.
Key features of Google Meet MCP Server
Create Google Meet meetings with custom settings
Retrieve meeting details including join URLs
Update existing meetings
Delete meetings
List upcoming meetings
Use cases of Google Meet MCP Server
Automated meeting scheduling for AI agents
Programmatic management of Google Meet meetings
Integration of Google Meet with MCP-compatible systems
Creating meetings based on AI-driven triggers
Managing meeting details through API calls
FAQ from Google Meet MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a specification for enabling AI systems to interact with external tools and services.
How do I get Google API credentials?
How do I get Google API credentials?
You need to visit the Google Cloud Console, create a project, enable the Google Calendar API, and create OAuth 2.0 credentials.
What tools are exposed by the server?
What tools are exposed by the server?
The server exposes tools for creating, listing, getting details, updating, and deleting Google Meet meetings.
How do I configure the server for MCP?
How do I configure the server for MCP?
You need to add the server configuration to your MCP settings file, specifying the command, arguments, and environment variables.
Can I use this server with any AI system?
Can I use this server with any AI system?
This server is designed to work with MCP-compatible AI systems. You'll need to ensure your AI system supports the MCP protocol.