Google Drive MCP for Zed
io.github.piotr-agier/google-drive-mcp
Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.
client:Zed
transport:stdio
runtime:npm
Install Google Drive MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs