@antidrift/mcp-drive
v0.22.0
Published
Google Drive connector for antidrift — Drive, Docs, and Sheets
Maintainers
Readme
@antidrift/mcp-drive
Google Drive, Docs, and Sheets MCP server for antidrift — read, write, and organize files, documents, and spreadsheets from Claude Code, Codex, and other AI agents.
Prefer this package if you need Drive + Docs + Sheets without Gmail/Calendar. For the full Google Workspace bundle, use
@antidrift/mcp-google.
Setup
antidrift connect driveA browser window opens for Google sign-in. The OAuth token is stored locally at ~/.antidrift/google.json.
Required scopes: Drive (read/write), Docs, Sheets.
Tools (20)
Drive (7)
| Tool | Description |
|---|---|
| drive_list_files | List files |
| drive_list_folders | List folders |
| drive_get_file_info | Get file metadata |
| drive_download | Download a file |
| drive_share | Share a file with a user |
| drive_create_folder | Create a folder |
| drive_move_file | Move a file to a different folder |
Docs (6)
| Tool | Description |
|---|---|
| list_docs | List Google Docs |
| create_doc | Create a new Doc |
| read_doc | Read content from a Doc |
| write_doc | Replace content in a Doc |
| append_to_doc | Append content to a Doc |
| share_doc | Share a Doc with a user |
Sheets (6)
| Tool | Description |
|---|---|
| list_spreadsheets | List spreadsheets |
| create_spreadsheet | Create a new spreadsheet |
| get_sheet_info | Get spreadsheet metadata and sheet names |
| read_sheet | Read data from a range |
| write_sheet | Write data to a range |
| append_sheet | Append rows |
| add_sheet | Add a new sheet/tab to an existing spreadsheet |
Platform support
antidrift connect drive # global install (default)
antidrift connect drive --cowork # also register with Claude Desktop
antidrift connect drive --local # local project onlyPrivacy
Data accessed through this connector is sent to your AI model provider (Anthropic, OpenAI, etc.) as part of your conversation. No data is stored or sent to antidrift. Credentials are saved locally in ~/.antidrift/google.json.
License
MIT — antidrift.io
