探索
G Suite Integration

G Suite Integration

一个MCP服务器项目,提供与Google产品(如Gmail和日历)的集成功能,支持多账户管理、邮件查询与操作、日历事件管理等功能。
2.5分
1
2025-04-23 11:52:03
安装
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "mcp-gsuite": {
      "command": "uv",
      "args": [
        "--directory",
        "<dir_to>/mcp-gsuite",
        "run",
        "mcp-gsuite"
      ]
    }
  }
}

{
  "mcpServers": {
    "mcp-gsuite": {
      "command": "uvx",
      "args": [
        "mcp-gsuite"
      ]
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。