Metadata-Version: 2.3
Name: google-sheets-mcpserver
Version: 0.1.5
Summary: A Model Context Protocol (MCP) server that provides Google Sheets integration for AI assistants like Claude.
License: MIT
Author: yanrujing
Author-email: rujing.yan@protagonist-ai.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: google-api-core (==2.25.1)
Requires-Dist: google-api-python-client (==2.177.0)
Requires-Dist: google-auth (==2.40.3)
Requires-Dist: google-auth-httplib2 (==0.2.0)
Requires-Dist: google-auth-oauthlib (==1.2.2)
Requires-Dist: google-crc32c (==1.7.1)
Requires-Dist: google-search-results (==2.4.2)
Requires-Dist: googleapis-common-protos (==1.70.0)
Requires-Dist: mcp (>=1.6.0,<2.0.0)
Description-Content-Type: text/markdown

# Google Sheets
A Model Context Protocol (MCP) server that provides Google Sheets integration for AI assistants like Claude.

## Tools
- **create_spreadsheet**: Creates a spreadsheet
- **get_spreadsheet**: Gets a spreadsheet by ID
- **list_spreadsheets**: Lists the user's spreadsheets
- **get_filtered_spreadsheet**: Retrieve a spreadsheet or specific ranges using data filters, with optional grid data.
- **batch_update_spreadsheet**: Applies batch updates to a spreadsheet
- **copy_sheet_to**: Copies a sheet to another spreadsheet
- **append_values**: Appends values to a spreadsheet
- **get_values**: Gets values from a spreadsheet
- **update_values**: Updates values in a spreadsheet
- **clear_values**: Clears values from a spreadsheet
- **batch_get_values**: Gets values from a spreadsheet using batch get
- **batch_update_values**: Updates values in a spreadsheet using batch update
- **batch_clear_values**: Clears values from a spreadsheet using batch clear
- **batch_get_values_by_data_filter**: Gets values from a spreadsheet using batch get by data filter
- **batch_update_values_by_data_filter**: Updates values in a spreadsheet using batch update by data filter
- **batch_clear_values_by_data_filter**: Clears values from a spreadsheet using batch clear by data filter
