Google Drive MCP Server
CommunityAbout
Access and manage files in Google Drive. Read, write, and organize files in your Google Drive account.
Features
- Read files from Drive
- Upload and update files
- List and search files
- Share file management
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Read documents from Drive"
- "Upload generated files"
- "Search for specific files"