Google 表格 MCP
Google Sheets 的模型上下文协议 (MCP) 连接器允许 AI 代理直接与电子表格交互。
演示
https://github.com/user-attachments/assets/cc4729d9-4e6e-437b-848b-6da9a09418c3
设置
克隆此存储库:
安装依赖项:
npm install
构建:
npm run build
在 Google Cloud Platform 中创建 OAuth 凭据:
在Google Cloud Console中创建新项目
配置 OAuth 同意屏幕
使用适当的重定向 URI 创建 OAuth 客户端 ID 凭据(桌面应用程序)(例如: http://localhost:3000/oauth2callback )
下载凭证并将其保存为
dist
子目录中的gcp-oauth.keys.json
启动 MCP 服务器(必要时会自动提示您验证/重新验证您的 Google 帐户):
npm run start
用法
示例配置:
然后您应该能够简单地指定您的电子表格 ID 或让您的代理为您创建一个新的电子表格 ID。
可用操作
行动 | 描述 |
| 凭据过期时重新验证您的 Google 帐户 |
| 列出 Google 电子表格中的所有工作表/标签 |
| 在 Google 电子表格中创建新的工作表/标签 |
| 创建新的 Google 电子表格 |
| 读取指定工作表中的所有数据 |
| 读取工作表中的列标题 |
| 从工作表中读取特定行 |
| 读取工作表中的特定列 |
| 编辑工作表中的单个单元格 |
| 编辑工作表中的整行 |
| 编辑工作表中的整列 |
| 在指定位置插入新行 |
| 在指定位置插入新列 |
| 重命名电子表格中的工作表/标签 |
| 重命名 Google 电子表格 |
执照
麻省理工学院
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
模型上下文协议 (MCP) 连接器允许 AI 代理直接与 Google 表格交互,从而能够通过自然语言创建、阅读和修改电子表格。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that integrates with Google Drive and Google Sheets, enabling users to create, read, update, and manage spreadsheets through natural language commands.Last updated -400MIT License
- AsecurityFlicenseAqualityProvides a Model Context Protocol (MCP) server that enables LLMs to directly access and interact with Google Spreadsheet data.Last updated -21
- -securityFlicense-qualityAn MCP server that enables interaction with Google Sheets through natural language, allowing users to create, read, update, and manage spreadsheet data via the Google Sheets API v4.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol server designed for AI assistants to directly process spreadsheet files, enabling them to read, display, modify, and save various table formats like CSV and Excel.Last updated -33MIT License