Google Sheets for Claude Desktop
io.github.domdomegg/google-sheets-mcp
Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
client:Claude Desktop
transport:stdio
runtime:npm
Install Google Sheets in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-sheets-mcp": {
"command": "npx",
"args": [
"-y",
"google-sheets-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs