Google 表格 MCP
读写 Google Sheets 数据,自动化报表与数据录入。
社区·↓ 560 次安装·1 个月前
安装命令
终端
npx -y mcp-google-sheets在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": [
"-y",
"mcp-google-sheets"
]
}
}
}