Google Meet MCP Server
@MCP-Mirror
About Google Meet MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cool-man-vk_google-meet-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@cool-man-vk/google-meet-mcp-server",
"--client",
"claude"
]
}
}
}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 MCP Server?
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.
How to use Google Meet MCP Server?
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.
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 Google Meet meetings.
Use cases of Google Meet MCP Server
- Automating meeting creation in AI-assisted workflows.
- Retrieving meeting details for scheduling or notifications.
- Updating or deleting meetings programmatically via chat agents.
- Integrating meeting management into custom AI tools.
FAQ from Google Meet MCP Server
What does Google Meet MCP Server do?
It provides tools for AI agents to create, list, retrieve, update, and delete Google Meet meetings by interacting with the Google Calendar API.
What dependencies are required?
Node.js, npm, and a Google Cloud project with the Google Calendar API enabled. OAuth 2.0 credentials are needed for authentication.
How is user data handled?
User data (meeting details) is stored in the user's Google Calendar. The server accesses it only through the Google Calendar API after user authorization.
What transport does the server use?
The server uses standard MCP transport via command-line invocation (stdio). No network transport is specified.
Is authentication required?
Yes, OAuth 2.0 authentication is required. Users must set up credentials via Google Cloud Console and run the setup script to generate a token.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
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.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments