Skip to main content
Glama

Google Meet MCP Server

Google Meet MCP 服务器

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

描述

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

安装

通过 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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Google Meet MCP 服务器使 AI 代理能够创建、管理和检索 Google Meet 会议。它基于模型上下文协议 (MCP) 构建,提供用于安排、更新和删除会议的工具,从而轻松集成 Google Meet 功能。

  1. 描述
    1. 安装
      1. 通过 Smithery 安装
      2. 手动安装
    2. 设置
      1. 用法
        1. MCP 配置
          1. 特征

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
              Last updated -
              10
              3
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to interact with Gmail services, supporting email operations, draft management, and calendar functionality through Google API integration.
              Last updated -
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.
              Last updated -
              15
              TypeScript
              MIT License
              • Apple
            • -
              security
              -
              license
              -
              quality
              A simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.
              Last updated -
              Python

            View all related MCP servers

            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