Google Drive
OfficialFile access, search, and management for Google Drive.
API Key Required
Configuration
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-drive"
],
"env": {
"GOOGLE_DRIVE_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.