← Back to browse

google-drive-files-mcp

Indexed by io.github.zayansalman

About

Minimal MCP server for Google Drive file management and Google Sheets editing.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGDRIVE_FILES_MCP_CREDENTIALS GDRIVE_FILES_MCP_TOKEN GDRIVE_FILES_MCP_SCOPES
Claude Code
claude mcp add --env GDRIVE_FILES_MCP_CREDENTIALS= --env GDRIVE_FILES_MCP_TOKEN= --env GDRIVE_FILES_MCP_SCOPES= google-drive-files-mcp -- uvx google-drive-files-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"google-drive-files-mcp","command":"uvx","args":["google-drive-files-mcp"],"env":{"GDRIVE_FILES_MCP_CREDENTIALS":"","GDRIVE_FILES_MCP_TOKEN":"","GDRIVE_FILES_MCP_SCOPES":""}}'
JSON
{
  "mcpServers": {
    "google-drive-files-mcp": {
      "command": "uvx",
      "args": [
        "google-drive-files-mcp"
      ],
      "env": {
        "GDRIVE_FILES_MCP_CREDENTIALS": "",
        "GDRIVE_FILES_MCP_TOKEN": "",
        "GDRIVE_FILES_MCP_SCOPES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.