Google Drive for Grok
io.github.mcp-z/mcp-drive
Google Drive integration with file operations, folder navigation, search, and sharing
client:Grok
transport:stdio
runtime:npm
Install Google Drive in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-drive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-drive"
],
"env": {
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
"GOOGLE_SERVICE_ACCOUNT_KEY_FILE": "<GOOGLE_SERVICE_ACCOUNT_KEY_FILE>",
"AUTH_MODE": "<AUTH_MODE>",
"HEADLESS": "<HEADLESS>",
"REDIRECT_URI": "<REDIRECT_URI>",
"RESOURCE_STORE_URI": "<RESOURCE_STORE_URI>",
"PORT": "<PORT>",
"BASE_URL": "<BASE_URL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs