[ MCP_NODE_3890 ]

Google Workspace 集成

分类:
协议: MCP v1.0
[ 描述 ]

深度集成 Google Drive、Gmail 和 Calendar,支持 AI 搜索邮件、读取文档和管理日程。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "google-workspace": {
            "description": "Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive with AI via Google Workspace MCP.",
            "command": "uvx",
            "args": [
                "workspace-mcp"
            ],
            "env": {
                "GOOGLE_OAUTH_CLIENT_ID": "<your-client-id>",
                "GOOGLE_OAUTH_CLIENT_SECRET": "<your-client-secret>"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。