MCP Server
Google Drive MCP MCP Server
by Google
Search, read, and create files in Google Drive.
About Google Drive MCP
Google Drive MCP. Search files by name and content, read documents and sheets, copy/create files, and inspect permissions.
Tags
docsfilesstorage
How to install Google Drive MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-drive"]
}
}
}Example shape only — see the docs for the canonical install command.