gdrive-mcp-server

dylancaponi/gdrive-mcp-server
★ 3 stars JavaScript 🔒 Security Updated 1mo ago
Actively maintained fork of @modelcontextprotocol/server-gdrive with OAuth token auto-refresh fix and security hardening
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdrive-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dylancaponi/gdrive-mcp-server"
      ]
    }
  }
}