← Back to Plugins
MCP Server MCP

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

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx google-drive-comments-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "google-drive-comments-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Subcommand that runs the stdio MCP server.",
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the Google OAuth client secret JSON. Default: $XDG_CONFIG_HOME/google-drive-comments-mcp/credentials.json.",
          "format": "filepath",
          "name": "DRIVE_MCP_CREDENTIALS"
        },
        {
          "description": "Path to the cached Google OAuth refresh token. Default: $XDG_CONFIG_HOME/google-drive-comments-mcp/token.json.",
          "format": "filepath",
          "isSecret": true,
          "name": "DRIVE_MCP_TOKEN"
        },
        {
          "description": "Comma-separated Google OAuth scopes. Default: https://www.googleapis.com/auth/drive.readonly.",
          "format": "string",
          "name": "DRIVE_MCP_SCOPES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...