MCP server for Google Drive and Sheets
MCP server for Google Drive integration. List, read, and search files, plus read and write to Google Sheets.
{
"mcpServers": {
"google-drive": {
"mcpServers": {
"gdrive": {
"env": {
"CLIENT_ID": "YOUR_GOOGLE_CLIENT_ID",
"CLIENT_SECRET": "YOUR_GOOGLE_CLIENT_SECRET",
"GDRIVE_CREDS_DIR": "/path/to/config"
},
"args": [
"-y",
"@isaacphi/mcp-gdrive"
],
"command": "npx"
}
}
}
}
}