Google Drive MCP server
Search and read files in Google Drive. Gives an assistant access to search and read documents in Drive, so it can answer questions grounded in your files.
Category
ProductivityMaintained by
CommunityProtocol
Model Context ProtocolSource
modelcontextprotocol/servers-archived
ProductivityMaintained by
CommunityProtocol
Model Context ProtocolSource
modelcontextprotocol/servers-archived
Installing Google Drive
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained.
Claude Code
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-gdrive
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
What it does
Gives an assistant access to search and read documents in Drive, so it can answer questions grounded in your files.
Like any MCP server, Google Drive plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.