Google Sheets
📋 Productivity
Read, write, and manipulate Google Spreadsheets. Automate data entry, analysis, and reporting workflows with AI.
Tools (19)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-sheets": {
"command": "uvx",
"args": [
"mcp-google-sheets"
],
"env": {
"GOOGLE_CREDENTIALS_PATH": "your-google-credentials-path-here"
}
}
}
}