G
Google Drive MCP Server
VerifiedSearch, read, and manage Google Drive files from AI agents.
A Model Context Protocol server for Google Drive. Enables AI agents to search for files, read file contents, and list files in Google Drive.
Supports Google Docs, Sheets, and other file types. Requires OAuth2 credentials for Google API access.
Install
npx -y @modelcontextprotocol/server-gdrive MCP Client Config
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"env": {
"GDRIVE_CREDENTIALS_PATH": "<path-to-credentials.json>"
}
}
}
} Required Environment Variables
- GDRIVE_CREDENTIALS_PATH
Capabilities
Tools
search_filesread_file
Resources
gdrive://
Compatible With
Claude Desktop Claude Code Cursor
Metrics
90,016
GitHub Stars
199,028
Installs
6,700
Weekly
517
Open Issues
More in Files & Storage
Best of Files & Storage → F
Filesystem MCP Server
Secure file operations with configurable access controls for AI agents.
open-source 95/100
Files & Storage
D
Dropbox MCP Server
Access Dropbox files and folders from AI agents.
open-source 24/100
Low Quality Files & Storage
A
AWS S3 MCP Server
Manage S3 buckets and objects from AI agents.
open-source 23/100
Low Quality Files & Storage