gdrive

stdio

Used by 1 plugin

Installs mcp-gdrive, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub Shavakan/claude-marketplace --plugin mcp-gdrive
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "@piotr-agier/google-drive-mcp"
      ],
      "env": {
        "GOOGLE_DRIVE_OAUTH_CREDENTIALS": "${GOOGLE_DRIVE_OAUTH_CREDENTIALS}"
      }
    }
  }
}

Replace placeholder values for: GOOGLE_DRIVE_OAUTH_CREDENTIALS

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@piotr-agier/google-drive-mcp
Environment Variables
GOOGLE_DRIVE_OAUTH_CREDENTIALS=${GOOGLE_DRIVE_OAUTH_CREDENTIALS}
Required Secrets
GOOGLE_DRIVE_OAUTH_CREDENTIALS