stdio storagegoogle

Google Drive (Alt) MCP Server

Alternative Google Drive MCP server entry. Browse and read Drive files via OAuth credentials.

Installation

npx -y @modelcontextprotocol/server-gdrive

claude_desktop_config.json

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

Prerequisites

  • Node.js 18 or later

Common Errors

  • Server not found / spawn error — ensure Node.js is on your PATH and the package is accessible via npx.
  • Permission denied — check that the path in args is readable by the process running your AI client.

Related Servers