- Home
- MCP servers
- Google Drive
Google Drive
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Available tools
list_drives
List all Google Drive accounts configured in the server.
add_drive
Add a new Google Drive account to the configuration by providing a driveId, name, description, and path to the service account JSON.
remove_drive
Remove a configured Google Drive account by driveId.
list_files
List files in a specified drive, with optional filters like folderId, modifiedAfter, mimeType, and pageSize.
get_file_content
Get the content of a file from Drive, supporting export for Docs/Sheets and text files.
search_files
Search for files by name within a specific drive.
list_files_recursive
Recursively list files and folders from a root folder with optional filters and depth control.