google_workspace_mcp
by taylorwilsdon·★ 2,410·综合分 58
支持Gmail、日历、Drive、文档、表格等的全面Google Workspace MCP服务器,带有OAuth 2.1支持。
概述
Google Workspace MCP Server 提供与Google Workspace服务的广泛集成,包括Gmail、日历、Drive、文档、表格、幻灯片、表单、聊天、任务等。它提供三个工具层级(核心、扩展、完整),具有细粒度编辑功能和全面的OAuth 2.1支持,包括多用户身份验证。该服务器采用完全开源设计,支持无状态模式,可部署在反向代理后供组织使用。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要对 Google Workspace 服务进行全面、细粒度控制,并支持组织部署的安全 OAuth 2.1 时,请选择此服务器。
什么时候不要选它
如果您只需要访问少数几个 Google 服务,请避免使用此服务器,因为它旨在进行全面集成,对于简单用例可能过于复杂。
此 server 暴露的工具
从 README 抽取出 12 个工具query_gmailSearch and retrieve emails from Gmail
manage_calendar_eventsCreate, modify, and retrieve calendar events
create_documentCreate new Google Docs documents
manage_drive_filesUpload, organize, and manage files in Google Drive
spreadsheet_operationsRead, write, and format Google Sheets data
create_presentationCreate and modify Google Slides presentations
create_formCreate and manage Google Forms
manage_chat_spacesCreate and manage Google Chat spaces
apps_script_operationsManage Google Apps Script projects
manage_tasksCreate and manage tasks and lists in Google Tasks
contact_operationsManage Google Contacts and groups
custom_searchPerform searches using Google Programmable Search Engine
可对比工具
安装
安装
- 通过pip安装软件包:
pip install workspace-mcp- 在Google Cloud控制台中设置OAuth凭据
- 启动服务器:
uvx workspace-mcp --tool-tier coreClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。