Skip to main content

yuppie-mcp-google-sheets

Google Sheets MCP Server — 让 AI 助手通过 MCP 协议操作 Google Sheets 电子表格和 Drive 文件。

特性

  • Drive 文件操作:列出文件夹文件、按文件名过滤排序、存储用量查询
  • 工作表管理:创建、删除、复制、调整大小、清空
  • 数据操作:范围读写、批量写入、区域清除、Visualization API SQL 查询
  • 格式设置:筛选器、数据验证(下拉列表)、行高
  • 表格管理:创建、删除、查询表格(Table)
  • 快捷操作:列过滤、批次索引、批量更新、批量追加、CSV 同步、按批次读取
  • 鉴权:基于 Google 服务账号,base64 编码凭据

快速开始

准备凭据

  1. Google Cloud Console 创建服务账号
  2. 为该服务账号生成 JSON 密钥
  3. 下载 JSON 文件并 base64 编码:
base64 -i your-credentials.json

Claude Code

.mcp.json 中添加:

{
  "mcpServers": {
    "google-sheets": {
      "type": "stdio",
      "command": "uvx",
      "args": ["--refresh", "yuppie-mcp-google-sheets"],
      "env": {
        "GOOGLE_CREDENTIALS_B64": "<your-base64-credentials>",
        "GOOGLE_APPS_SCRIPT_URL": "<your_google_apps_script_url_here>"
      }
    }
  }
}

Cursor

~/.cursor/mcp.json 中添加同上配置。

Cherry Studio / Claude Desktop / OpenCode

参照上方 env 字段,按各自 MCP 配置格式填入即可。

环境变量

变量 必填 默认值 说明
GOOGLE_CREDENTIALS_B64 - Google 服务账号 JSON 密钥的 base64 编码
GOOGLE_APPS_SCRIPT_URL - Google Apps Script URL,gsheets_copy_file 需要

可用工具(共 28 个)

Drive 文件

工具 说明
gsheets_list_files 列出 Drive 文件夹中的文件
gsheets_filter_and_sort_files 按文件名过滤和排序
gsheets_get_storage_quota 查询 Drive 存储配额

工作表管理

工具 说明
gsheets_get_worksheet 获取工作表信息
gsheets_create_worksheet 创建工作表
gsheets_delete_worksheet 删除工作表
gsheets_duplicate_worksheet 复制工作表

数据操作

工具 说明
gsheets_update_data 更新工作表数据
gsheets_batch_update_data 批量分块写入数据
gsheets_batch_clear 批量清除区域
gsheets_visualization_query SQL 风格查询数据

格式设置

工具 说明
gsheets_set_basic_filter 设置筛选器
gsheets_set_data_validation 设置下拉列表
gsheets_set_row_height 设置行高

表格管理

工具 说明
gsheets_get_tables 获取表格列表
gsheets_create_table 创建表格
gsheets_delete_table 删除表格
gsheets_delete_table_by_name 按名称删除表格

快捷操作

工具 说明
gsheets_filter_columns 只保留指定列,删除其余列
gsheets_set_batch_index 按列设置批次索引
gsheets_set_header_list 写入新表头
gsheets_get_column_last_value 获取列最后一个非空值
gsheets_get_rows_by_batch 按批次读取行
gsheets_batch_update 批量更新行
gsheets_batch_append 批量追加行
gsheets_clear_sheet_content 清空工作表内容(不移除行)
gsheets_clear_sheet 清空工作表数据(删除行)
gsheets_sync_from_file 从 CSV 文件同步数据

测试与调试

uv pip install -e ".[dev]"
uv run pytest -v

使用 MCP Inspector 调试(需先在 .env 配置 GOOGLE_CREDENTIALS_B64):

npx @modelcontextprotocol/inspector uv run yuppie-mcp-google-sheets

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yuppie_mcp_google_sheets-0.2.1.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yuppie_mcp_google_sheets-0.2.1-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file yuppie_mcp_google_sheets-0.2.1.tar.gz.

File metadata

  • Download URL: yuppie_mcp_google_sheets-0.2.1.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yuppie_mcp_google_sheets-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e3ebfd7bd3be3e9da5ea7cb4da53d010aeda87ba912d768f93973bacdd0311c3
MD5 2fbe8fd9a56d392c7ddab81376f664b1
BLAKE2b-256 90e63749a287627709e46470a33eb4b67ae29bab15efb2f054cdbaf4243f0427

See more details on using hashes here.

File details

Details for the file yuppie_mcp_google_sheets-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: yuppie_mcp_google_sheets-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yuppie_mcp_google_sheets-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ba9bb22a93308eafa3ed6d3b7e5e03f2f93bb5cf9fae06f696e955087b48aaf
MD5 7f06d4f8cdd7db54f84863022e546302
BLAKE2b-256 60a999eaab8b96a0f2bf25349c82b70ae934d51fc36e02346aea6d48124625f5

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.2.2

2 files

This release

0.2.1 This release

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page