MCP Catalogs
首页google_workspace_mcp screenshot

google_workspace_mcp

by taylorwilsdon·2,410·综合分 58

支持Gmail、日历、Drive、文档、表格等的全面Google Workspace MCP服务器,带有OAuth 2.1支持。

productivitycommunicationdeveloper-tools
740
Forks
110
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Google Workspace MCP Server 提供与Google Workspace服务的广泛集成,包括Gmail、日历、Drive、文档、表格、幻灯片、表单、聊天、任务等。它提供三个工具层级(核心、扩展、完整),具有细粒度编辑功能和全面的OAuth 2.1支持,包括多用户身份验证。该服务器采用完全开源设计,支持无状态模式,可部署在反向代理后供组织使用。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过AI助手自动化邮件和日历管理
:以编程方式管理Google Drive文件和权限
:通过自然语言命令创建和编辑文档、电子表格和演示文稿
:支持哪些Google Workspace服务?
:是否支持多用户身份验证?

什么时候选它

当您需要对 Google Workspace 服务进行全面、细粒度控制,并支持组织部署的安全 OAuth 2.1 时,请选择此服务器。

什么时候不要选它

如果您只需要访问少数几个 Google 服务,请避免使用此服务器,因为它旨在进行全面集成,对于简单用例可能过于复杂。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_gmail

    Search and retrieve emails from Gmail

  • manage_calendar_events

    Create, modify, and retrieve calendar events

  • create_document

    Create new Google Docs documents

  • manage_drive_files

    Upload, organize, and manage files in Google Drive

  • spreadsheet_operations

    Read, write, and format Google Sheets data

  • create_presentation

    Create and modify Google Slides presentations

  • create_form

    Create and manage Google Forms

  • manage_chat_spaces

    Create and manage Google Chat spaces

  • apps_script_operations

    Manage Google Apps Script projects

  • manage_tasks

    Create and manage tasks and lists in Google Tasks

  • contact_operations

    Manage Google Contacts and groups

  • custom_search

    Perform searches using Google Programmable Search Engine

可对比工具

google-integrations-mcpgoogle-drive-mcpgmail-mcp

安装

安装

  1. 通过pip安装软件包:
pip install workspace-mcp
  1. 在Google Cloud控制台中设置OAuth凭据
  1. 启动服务器:
uvx workspace-mcp --tool-tier core

Claude Desktop配置

添加到您的Claude Desktop配置文件config.json中:

{
  "mcpServers": {
    "google-workspace": {
      "command": "uvx",
      "args": ["workspace-mcp", "--transport", "stdio"]
    }
  }
}

FAQ

支持哪些Google Workspace服务?
该服务器支持Gmail、Drive、日历、文档、表格、幻灯片、表单、聊天、任务、联系人、搜索和Apps Script - 共12项主要服务。
是否支持多用户身份验证?
是的,它支持OAuth 2.1和多用户令牌身份验证,允许组织部署,并提供无状态模式选项。

google_workspace_mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。