Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Google Sheets to create, read, and manage spreadsheets and automate data workflows through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Google Sheets
3
Authenticate
🎉 Your Google Sheets MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Watch the Example
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
google_sheets_create_spreadsheet | Create a new spreadsheet with a title and optional data |
google_sheets_get_spreadsheet | Retrieve spreadsheet properties and cell data for all sheets |
google_sheets_write_to_cell | Write a value to a specific cell in a spreadsheet |
google_sheets_list_all_sheets | List all Google Sheets spreadsheets in the user’s Google Drive |
For more details about tool input schema, use the get_tools API.