Skip to content
Cursor

google drive comments mcp for Cursor

io.github.zayansalman/google-drive-comments-mcp

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

client:Cursor transport:stdio runtime:pypi

Install google drive comments mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-drive-comments-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "google-drive-comments-mcp"
      ],
      "env": {
        "DRIVE_MCP_CREDENTIALS": "<DRIVE_MCP_CREDENTIALS>",
        "DRIVE_MCP_TOKEN": "<DRIVE_MCP_TOKEN>",
        "DRIVE_MCP_SCOPES": "<DRIVE_MCP_SCOPES>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google drive comments mcp in other clients