This Google Drive MCP server, developed by Anthropic, enables Large Language Models to interact with Google Drive through the Model Context Protocol. Built with TypeScript and leveraging the Google Drive API, it provides tools for listing, searching, and reading files from Google Drive. The implementation offers a straightforward authentication process and integration with the MCP SDK, making it accessible for AI assistants or applications needing to access and analyze documents stored in Google Drive. It's particularly useful for tasks like document retrieval, content analysis, or managing file operations programmatically within AI workflows.
Search for files in your Google Drive with powerful full-text search capabilities. Input: { query: 'string (your search query)' } Output: List of files with: File name, MIME type, File ID, Last modified time, File size
Read file contents directly using a Google Drive file ID. Input: { file_id: 'string (Google Drive file ID)' } Output: File contents with appropriate format conversion
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs