Google Meet MCP Server
Google Meet MCP 服务器
一个模型上下文协议 (MCP) 服务器,用于通过 Google 日历 API 与 Google Meet 交互。此服务器提供以编程方式创建和管理 Google Meet 会议的工具。
描述
该项目实现了一个 MCP 服务器,允许 AI 代理通过 Google Calendar API 创建、检索和管理会议,从而与 Google Meet 进行交互。它利用 MCP(模型上下文协议)规范将这些功能公开为可供兼容 AI 系统使用的工具。
Related MCP server: gg-mcp
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Google Meet MCP 服务器:
npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude手动安装
# 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 install设置
在使用 Google Meet MCP 服务器之前,您需要设置您的 Google API 凭据:
创建新项目或选择现有项目
启用 Google 日历 API
创建 OAuth 2.0 凭据(桌面应用程序)
下载凭证 JSON 文件并将其保存为项目根目录中的
credentials.json运行安装脚本进行身份验证并生成令牌:
npm run setup这将打开一个浏览器窗口,您可以在其中授权该应用程序访问您的 Google 日历。
用法
设置完成后,您可以启动 MCP 服务器:
npm run start服务器将运行并公开以下工具:
create-meeting:创建新的 Google Meet 会议list-meetings:列出即将举行的 Google Meet 会议get-meeting-details:获取特定会议的详细信息update-meeting:更新现有会议delete-meeting:删除会议
MCP 配置
要将此服务器与 MCP 兼容系统一起使用,请将以下内容添加到您的 MCP 设置配置文件中:
{
"mcpServers": {
"google-meet": {
"command": "node",
"args": ["path/to/google-meet-mcp/src/index.js"],
"env": {},
"disabled": false
}
}
}特征
使用自定义设置创建 Google Meet 会议
检索会议详细信息,包括加入 URL
更新现有会议
删除会议
列出即将召开的会议
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to join and interact with online meetings (Zoom and Google Meet), capturing transcripts and recordings to generate meeting summaries.311MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that connects AI agents to Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, and Slides).302MIT
- AlicenseAqualityCmaintenanceMCP server that connects AI agents to calendars, bookings, and scheduling polls via the Model Context Protocol.2216MIT
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cool-man-vk/google-meet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server