Skip to content
Windsurf

Google Sheets MCP for Windsurf

io.github.a1-x-tech/mcp-google-sheets

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

client:Windsurf transport:stdio runtime:npm

Install Google Sheets MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "@a1-x-tech/mcp-google-sheets"
      ],
      "env": {
        "GOOGLE_SHEETS_CLIENT_ID": "<GOOGLE_SHEETS_CLIENT_ID>",
        "GOOGLE_SHEETS_CLIENT_SECRET": "<GOOGLE_SHEETS_CLIENT_SECRET>",
        "GOOGLE_SHEETS_REFRESH_TOKEN": "<GOOGLE_SHEETS_REFRESH_TOKEN>",
        "GOOGLE_SHEETS_ACCESS_TOKEN": "<GOOGLE_SHEETS_ACCESS_TOKEN>",
        "GOOGLE_SHEETS_OAUTH_PORT": "<GOOGLE_SHEETS_OAUTH_PORT>",
        "GOOGLE_SHEETS_API_BASE": "<GOOGLE_SHEETS_API_BASE>",
        "GOOGLE_SHEETS_TIMEOUT_MS": "<GOOGLE_SHEETS_TIMEOUT_MS>",
        "GOOGLE_SHEETS_MAX_RETRIES": "<GOOGLE_SHEETS_MAX_RETRIES>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Google Sheets MCP in other clients