MCP.so
ログイン

McpGoogleDrive

@achrafhardizi

McpGoogleDrive について

MCP server that manages Google Drive

基本情報

カテゴリ

ファイルとストレージ

ランタイム

java

トランスポート

stdio

公開者

achrafhardizi

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは 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.

コメント

「ファイルとストレージ」の他のコンテンツ