MCP Directory
Back

gdrive-mcp-server

by dylancaponi · JavaScript · ★ 6

Actively maintained fork of @modelcontextprotocol/server-gdrive with OAuth token auto-refresh fix and security hardening

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

An actively maintained fork of Anthropic's archived [](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gdrive), with a critical bug fix for OAuth token auto-refresh. The original server was [archived on May 29, 2025](https://github.com/modelcontextprotocol/servers-archived) and is no longer maintained. It also has a bug that causes OAuth access tokens to expire after 1 hour with no auto-refresh, requiring manual token rotation and server restarts. **The bug:** The original creates without passing and , so the has no way to use the to get new access tokens. One-line…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers