Back to directory
@isaacphi/mcp-gdrive

@isaacphi/mcp-gdrive

@isaacphi272

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

Google DriveGoogle SheetsFilesDocumentsSpreadsheetscontext

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
2024/12/13
Updated
2026/6/7