Install
npx -y @modelcontextprotocol/server-gdriveTransports
Tools exposed
2
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}§ About
MCP server for Google Drive. List, search, and download files including Docs, Sheets, and Slides. The path of least resistance for an agent that needs to read documents living in a Workspace org.
§ Features
§ Use cases
§ Related MCP servers