← Back to browse

google-drive-comments-mcp

Indexed by io.github.zayansalman

About

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

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 varsDRIVE_MCP_CREDENTIALS DRIVE_MCP_TOKEN DRIVE_MCP_SCOPES
Claude Code
claude mcp add --env DRIVE_MCP_CREDENTIALS= --env DRIVE_MCP_TOKEN= --env DRIVE_MCP_SCOPES= google-drive-comments-mcp -- uvx google-drive-comments-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-comments-mcp","command":"uvx","args":["google-drive-comments-mcp"],"env":{"DRIVE_MCP_CREDENTIALS":"","DRIVE_MCP_TOKEN":"","DRIVE_MCP_SCOPES":""}}'
JSON
{
  "mcpServers": {
    "google-drive-comments-mcp": {
      "command": "uvx",
      "args": [
        "google-drive-comments-mcp"
      ],
      "env": {
        "DRIVE_MCP_CREDENTIALS": "",
        "DRIVE_MCP_TOKEN": "",
        "DRIVE_MCP_SCOPES": ""
      }
    }
  }
}

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