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