Google Meet
@cool-man-vk
About Google Meet
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-meet": {
"command": "node",
"args": [
"path/to/google-meet-mcp/src/index.js"
],
"env": {},
"disabled": false
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Meet?
A Model Context Protocol (MCP) server that enables AI agents to create, retrieve, and manage Google Meet meetings programmatically through the Google Calendar API. It is designed for developers and systems that use MCP-compatible AI assistants to schedule and handle meetings.
How to use Google Meet?
Clone the repository, install dependencies with npm install, set up Google API credentials (enable Calendar API, download OAuth 2.0 credentials as credentials.json, and run npm run setup to authenticate). Start the server with npm run start. Then add the provided MCP configuration to your settings file to connect the tools: create-meeting, list-meetings, get-meeting-details, update-meeting, and delete-meeting.
Key features of Google Meet
- 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
- Create a new meeting with custom settings
- Retrieve meeting details and join URLs
- List upcoming meetings
- Update an existing meeting
- Delete a meeting
FAQ from Google Meet
How do I obtain Google API credentials?
Visit the Google Cloud Console, create or select a project
Frequently asked questions
How do I obtain Google API credentials?
Visit the Google Cloud Console, create or select a project
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments