google-meet-mcp-server
Google Meet MCP Server
Documentation

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 (Model Context Protocol) specification to expose these capabilities as tools that can be used by compatible AI systems.
Installation
Installing via Smithery
To install Google Meet MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claudeManual Installation
# Clone the repository
git clone https://github.com/yourusername/google-meet-mcp.git
# Navigate to the project directory
cd google-meet-mcp
# Install dependencies
npm installSetup
Before using the Google Meet MCP server, you need to set up your Google API credentials:
1. Visit the Google Cloud Console
2. Create a new project or select an existing one
3. Enable the Google Calendar API
4. Create OAuth 2.0 credentials (Desktop application)
5. Download the credentials JSON file and save it as `credentials.json` in the project root directory
6. Run the setup script to authenticate and generate the token:
npm run setupThis will open a browser window where you can authorize the application to access your Google Calendar.
Usage
Once setup is complete, you can start the MCP server:
npm run startThe server will run and expose the following tools:
- `create-meeting`: Create a new Google Meet meeting
- `list-meetings`: List upcoming Google Meet meetings
- `get-meeting-details`: Get details about a specific meeting
- `update-meeting`: Update an existing meeting
- `delete-meeting`: Delete a meeting
MCP Configuration
To use this server with MCP-compatible systems, add the following to your MCP settings configuration file:
{
"mcpServers": {
"google-meet": {
"command": "node",
"args": ["path/to/google-meet-mcp/src/index.js"],
"env": {},
"disabled": false
}
}
}Features
- Create Google Meet meetings with custom settings
- Retrieve meeting details including join URLs
- Update existing meetings
- Delete meetings
- List upcoming meetings
Frequently asked questions
What is google-meet-mcp-server?
google-meet-mcp-server is Google Meet MCP Server
How do I install google-meet-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is google-meet-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/cool-man-vk/google-meet-mcp-server and has 2 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP