Back to directory
rohans2/mcp-google-sheets

rohans2/mcp-google-sheets

@rohans2

TypeScript MCP server for Google Sheets with OAuth2 and Service Account authentication, providing multiple tools for spreadsheet operations.

google-sheetsmcptypescriptautomationapibunoauth2spreadsheetcontext

Installation & Configuration

{
  "mcpServers": {
    "google-sheets": {
      "command": "bun",
      "args": [
        "index.ts"
      ],
      "env": {
        "CREDENTIALS_CONFIG": "BASE64_ENCODED_SERVICE_ACCOUNT_JSON",
        "EMAIL_ID": "[email protected]",
        "DRIVE_FOLDER_ID": "your_drive_folder_id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13