2 months ago
MCP server for Google Sheets — read, write, append, and clear data in any spreadsheet using OAuth. Works with Claude Desktop and any MCP client.
Server Config
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": [
"-y",
"@generalist-club/google-sheets-mcp"
]
}
}
}