Back to directory
isaacphi/mcp-gdrive

isaacphi/mcp-gdrive

@isaacphi

Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets

google-drivegoogle-sheetsfile-managementcloud-storagespreadsheetoauthapi-integrationcloud

Installation & Configuration

{
  "mcpServers": {
    "gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "@isaacphi/mcp-gdrive"
      ],
      "env": {
        "CLIENT_ID": "<CLIENT_ID>",
        "CLIENT_SECRET": "<CLIENT_SECRET>",
        "GDRIVE_CREDS_DIR": "/path/to/config/directory"
      }
    }
  }
}

Information

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