This tool acts as an MCP (Model Context Protocol) server, specifically designed to bridge the gap between Google Gemini CLI and Google Drive for Windows. While Google Drive virtual drives make documents like .gdoc, .gsheet, and .gslides appear as local files, Gemini CLI cannot inherently access their content. This server parses file paths, searches Google Drive for matching documents, fetches content using the Google Drive APIs, converts it into readable formats (markdown, text, CSV), and delivers it to Gemini CLI, making your Google Drive content fully accessible for AI processing.
主な機能
01Read Google Docs (.gdoc) and convert to markdown/text
02Read Google Sheets (.gsheet) and convert to table/text
03Read Google Slides (.gslides) and convert to text
04Export Google Drive documents to markdown, text, or CSV formats
05Parses filesystem paths to locate and retrieve content from Google Drive
060 GitHub stars
ユースケース
01Allowing Google Gemini CLI to analyze and summarize content directly from native Google Docs, Sheets, and Slides.
02Integrating Google Drive documents as contextual input for AI-driven workflows and conversations using Gemini CLI.
03Automating the extraction and conversion of content from Google Drive files for further processing or archival through Gemini CLI.