Loading MCP server directory, please wait...
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
npx @getmcp/cli add io.github.zayansalman/google-drive-comments-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zayansalman/google-drive-comments-mcp": {
"command": "uvx",
"args": [
"google-drive-comments-mcp",
"serve"
],
"env": {
"DRIVE_MCP_CREDENTIALS": "",
"DRIVE_MCP_TOKEN": "",
"DRIVE_MCP_SCOPES": ""
}
}
}
}