Google Drive (npx) MCP Server
CommunityContributed 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
{
"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"
}
]
}
}Categories
Tags
Supported AI Clients
The Google Drive (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Filesystem
Read, write, and manage files and directories on the local filesystem. Provides secure, scoped access to specified directories.
Box
Securely connect AI agents to your enterprise content in Box. Search files and folders, run Box AI, and manage content through Box's official hosted remote MCP server. Authenticates via OAuth in your browser, no local setup required.
Dropbox
Access, search, and manage your Dropbox files and folders through Dropbox's official hosted remote MCP server. Authenticates via Dropbox OAuth in your browser, no local setup or tokens required.
Excel (uvx)
Create, read, and modify Excel workbooks without Microsoft Excel installed. Supports formulas, formatting, charts, pivot tables, Excel tables, and data validation.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Notion (Docker)
Read and write Notion pages, databases, and blocks via Docker container. Uses a Notion integration token for authentication.
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.