PasteSheet — Google Sheets for Claude Desktop
com.pastesheet/google-sheets
Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.
client:Claude Desktop
transport:streamable-http
Install PasteSheet — Google Sheets in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pastesheet.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs