Back to Browse
Google Drive MCP
Description
Access and manage Google Drive files. Read, create, search, and organize documents, spreadsheets, and other files stored in Google Drive.
googledrivecloudstoragedocuments
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-gdrive"]
}
}
}