Productivity
Trust: 32/100 (Limited)Google Sheets Guide
Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2 starsby domdomegg
Quick Start
Install
npx google-sheets-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-google-sheets-mcp": {
"command": "npx",
"args": [
"google-sheets-mcp"
]
}
}
}