Loading MCP server directory, please wait...
MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-sheetsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-sheets": {
"command": "npx",
"args": [
"-y",
"@a1-x-tech/mcp-google-sheets"
],
"env": {
"GOOGLE_SHEETS_CLIENT_ID": "",
"GOOGLE_SHEETS_CLIENT_SECRET": "",
"GOOGLE_SHEETS_REFRESH_TOKEN": "",
"GOOGLE_SHEETS_ACCESS_TOKEN": "",
"GOOGLE_SHEETS_API_BASE": "https://sheets.googleapis.com",
"GOOGLE_SHEETS_TIMEOUT_MS": "60000",
"GOOGLE_SHEETS_MAX_RETRIES": "3"
}
}
}
}