MCP Server
MCP
io.github.zayansalman/google-drive-comments-mcp
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
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
By
Comments
Sign in to leave a comment