G
Google Drive MCP Server
Provides AI assistants with access to Google Drive through MCP via OAuth, enabling searching, listing, and reading files stored in your Drive.
stdioLocalOauthnpm
What This Server Exposes
Tools
search_filesread_filelist_files
Resources
- •file metadata
- •file contents
Setup Instructions
- 1Create a Google Cloud project and enable the Google Drive API
- 2Configure OAuth 2.0 credentials for a desktop application
- 3Download the credentials JSON file
- 4Add the Google Drive server config to your Claude Desktop configuration
- 5On first run, complete the OAuth browser flow to grant access
- 6Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
OAuth access grants the AI read access to your Google Drive files. Only authorize the minimum required scopes. Review which files are accessible and avoid granting access if Drive contains highly sensitive documents.
This listing is for informational purposes only. CodexSpot is not affiliated with Google Drive MCP Server.