McpGoogleDrive
@achrafhardizi
McpGoogleDrive について
MCP server that manages Google Drive
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「ファイルとストレージ」の他のコンテンツ
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
MCP docx server
h4ck4lifeMCP server to manipulate DOCX file
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Sample S3 Model Context Protocol Server
aws-samplesMCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
コメント