Skip to content
VS Code

PasteSheet — Google Sheets for VS Code

com.pastesheet/google-sheets

Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.

client:VS Code transport:streamable-http

Install PasteSheet — Google Sheets in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-sheets": {
      "type": "http",
      "url": "https://pastesheet.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PasteSheet — Google Sheets in other clients