The MCP server for Google Drive enables AI assistants to interact with Google Drive files through a standardized interface. Built with TypeScript using the Model Context Protocol SDK, it provides capabilities to list, read, and search Drive files with support for various Google document formats (Docs, Sheets, Presentations) and handles both text and binary content appropriately. The implementation includes OAuth authentication flow for secure access to user's Drive content and offers a search tool that allows querying files by content. This server is particularly useful for workflows requiring document retrieval, content analysis, or file discovery within Google Drive.
Search for files in Google Drive. Input: query (string): Search query. Returns file names and MIME types of matching files.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!