Content
# 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
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
Python tool for converting files and office documents to Markdown.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
openfang
Open-source Agent Operating System
context-mode
MCP is the protocol for tool access. We're the virtualization layer for context.