McpMux
Back to Registry

Google Drive (npx) MCP Server

Community

Contributed by isaacphi

Search and read Google Drive files and read/update Google Sheets via OAuth. Provides gdrive_search, gdrive_read_file, gsheets_read, and gsheets_update_cell tools, plus gdrive:/// file resources.

About the Google Drive (npx) MCP Server

The Google Drive (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Search and read Google Drive files and read/update Google Sheets via OAuth. Provides gdrive_search, gdrive_read_file, gsheets_read, and gsheets_update_cell tools, plus gdrive:/// file resources. This is a community-contributed MCP server by isaacphi.

Install the Google Drive (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires OAuth authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@isaacphi/mcp-gdrive"
  ],
  "env": {
    "CLIENT_ID": "${input:CLIENT_ID}",
    "CLIENT_SECRET": "${input:CLIENT_SECRET}",
    "GDRIVE_CREDS_DIR": "${input:GDRIVE_CREDS_DIR}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "CLIENT_ID",
        "label": "Google OAuth Client ID",
        "description": "OAuth 2.0 Client ID from a Google Cloud 'Desktop App' OAuth client. Enable the Google Drive API, Google Sheets API, and Google Docs API, then create OAuth credentials. Found in the Google Cloud Console under APIs & Services > Credentials.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
        "obtain": {
          "url": "https://console.cloud.google.com/apis/credentials",
          "instructions": "1. Open the Google Cloud Console and create or select a project\n2. Under APIs & Services > Library, enable the Google Drive API, Google Sheets API, and Google Docs API\n3. Configure the OAuth consent screen\n4. Under APIs & Services > Credentials, click 'Create Credentials' > 'OAuth client ID'\n5. Choose application type 'Desktop App'\n6. Copy the Client ID shown after creation",
          "button_label": "Open Google Cloud Console"
        }
      },
      {
        "id": "CLIENT_SECRET",
        "label": "Google OAuth Client Secret",
        "description": "OAuth 2.0 Client Secret paired with the Client ID from your Google Cloud 'Desktop App' OAuth client. Found alongside the Client ID under APIs & Services > Credentials.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "GOCSPX-********************",
        "obtain": {
          "url": "https://console.cloud.google.com/apis/credentials",
          "instructions": "1. Open the Google Cloud Console and select your project\n2. Go to APIs & Services > Credentials\n3. Open the OAuth 2.0 Client ID you created ('Desktop App')\n4. Copy the Client Secret value",
          "button_label": "Open Google Cloud Console"
        }
      },
      {
        "id": "GDRIVE_CREDS_DIR",
        "label": "Credentials Directory",
        "description": "Absolute path to a writable directory where the server stores OAuth tokens and credentials. On first run a browser OAuth flow saves the token here. Place your downloaded OAuth keys file (renamed to gcp-oauth.keys.json) in this directory.",
        "type": "directory_path",
        "required": true,
        "placeholder": "/path/to/config/directory"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoauth
Capabilities
ToolsResources

Categories

Tags

google-drivegoogle-sheetsgooglefilesspreadsheetsoauth

Supported AI Clients

The Google Drive (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Google Drive (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.