McpGoogleDrive
@achrafhardizi
About McpGoogleDrive
MCP server that manages Google Drive
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is McpGoogleDrive?
McpGoogleDrive is a Spring Boot application that exposes RESTful API endpoints to perform operations on Google Drive, such as listing files, getting file details, searching files, creating folders, and downloading files as PDF. It is designed for developers who need a programmatic way to manage Google Drive content via their own service account.
How to use McpGoogleDrive?
Clone the repository, build with Gradle (./gradlew build), and configure Google Drive API credentials by placing a service account JSON key file in src/main/resources/credentials and setting google.service.account.key in application.properties. Then run the Spring Boot application and use the provided REST endpoints (e.g., GET /api/drive/files, POST /api/drive/folders, GET /api/drive/files/{fileId}/pdf).
Key features of McpGoogleDrive
- List files in Google Drive
- Get details of a specific file
- Search files by name
- Create folders in Google Drive
- Download files as PDF
Use cases of McpGoogleDrive
- Automating file inventory and metadata extraction from Google Drive
- Integrating Google Drive operations into a custom application or workflow
- Programmatically creating folders for organization
- Bulk downloading files in PDF format for archiving
FAQ from McpGoogleDrive
What operations does McpGoogleDrive support?
It supports listing files, getting file details, searching files by name, creating folders, and downloading files as PDF.
What are the prerequisites to run McpGoogleDrive?
Java 17 or higher, Gradle, a Google Cloud Platform account with the Google Drive API enabled, and a service account credentials JSON file.
How do I configure Google Drive credentials?
Place the service account JSON key file in src/main/resources/credentials and set the google.service.account.key property in application.properties to its path.
What API endpoints are available?
GET /api/drive/files (list files), GET /api/drive/files/{fileId} (get file details), GET /api/drive/search (search files), POST /api/drive/folders (create folder), and GET /api/drive/files/{fileId}/pdf (download as PDF).
How is authentication handled?
The application uses a Google Cloud service account with a JSON key file for authentication. No user OAuth flow is described.
More Files & Storage MCP servers
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
Filesystem MCP Server for WSL
webconsultingfilesystem MCP server for accessing WSL distributions from Windows
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
Comments