Skip to main content
Glama

Google Meet MCP 服务器

铁匠徽章

一个模型上下文协议 (MCP) 服务器,用于通过 Google 日历 API 与 Google Meet 交互。此服务器提供以编程方式创建和管理 Google Meet 会议的工具。

描述

该项目实现了一个 MCP 服务器,允许 AI 代理通过 Google Calendar API 创建、检索和管理会议,从而与 Google Meet 进行交互。它利用 MCP(模型上下文协议)规范将这些功能公开为可供兼容 AI 系统使用的工具。

Related MCP server: Google Search MCP Server

安装

通过 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 凭据:

  1. 访问Google Cloud Console

  2. 创建新项目或选择现有项目

  3. 启用 Google 日历 API

  4. 创建 OAuth 2.0 凭据(桌面应用程序)

  5. 下载凭证 JSON 文件并将其保存为项目根目录中的credentials.json

  6. 运行安装脚本进行身份验证并生成令牌:

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

  • 更新现有会议

  • 删除会议

  • 列出即将召开的会议

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

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