CursorPool
← 返回 MCP 列表
Google 表格 MCP

Google 表格 MCP

读写 Google Sheets 数据,自动化报表与数据录入。

社区·560 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y mcp-google-sheets

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-sheets"
      ]
    }
  }
}