File Systems
Trust: 32/100 (Limited)Google Drive Guide
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.
2 starsby domdomegg
Quick Start
Install
npx google-drive-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-google-drive-mcp": {
"command": "npx",
"args": [
"google-drive-mcp"
]
}
}
}