Loading MCP server directory, please wait...
Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.
npx @getmcp/cli add io.github.piotr-agier/google-drive-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_DRIVE_OAUTH_CREDENTIALSPath to a Google OAuth 2.0 Desktop app credentials JSON file.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.piotr-agier/google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": ""
}
}
}
}