MCP Directory
Back

gdrive-mcp-server

by Flare576 · JavaScript · ★ 0

Google Drive MCP server for OpenCode - forked from modelcontextprotocol/servers-archived with OAuth auto-refresh fix

Install

npx -y github:Flare576/gdrive-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Google Drive MCP server for OpenCode. Forked from [](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gdrive) (archived May 2025). The original server had a bug where was called without and , so the Google auth library had no way to use the to get new access tokens. Tokens expired after 1 hour with no auto-refresh. Fix: Read and from the OAuth keys file when initializing the OAuth2 client, enabling automatic token refresh. - **search** — Full-text search across Drive. Returns file names and MIME types. - **** — Read any file. Google Workspace files auto-converted…
Read full README on GitHub →

Related filesystem servers