{
  "mcpServers": {
    "google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-sheets"
      ],
      "env": {
        "GOOGLE_CREDENTIALS_JSON": "{{GOOGLE_CREDENTIALS_JSON}}"
      }
    }
  }
}
