mhever/gdrive-readonly-mcp
Read-only Google Drive MCP server written in Go. Securely access Drive files, Docs, and Sheets with hardcoded read-only OAuth scopes..
Platform-specific configuration:
{
"mcpServers": {
"gdrive-readonly-mcp": {
"command": "npx",
"args": [
"-y",
"gdrive-readonly-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A read-only Google Drive MCP server for Claude Desktop, written in Go. Provides secure, read-only access to Google Drive files, Google Docs, and Google Sheets through the Model Context Protocol.
This server is designed with security as a first principle:
drive.readonly, documents.readonly, and spreadsheets.readonly scopes. Write scopes are never used and cannot be configured.0600 permissions (owner read/write only).Loading reviews...