gdrive-mcp-server

jongjin97/gdrive-mcp-server

3.2

If you are the rightful owner of gdrive-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Google Drive 파일을 검색하고 다운로드할 수 있는 MCP(Multi-Channel Platform) 서버입니다.

gdrive-mcp-server

Google Drive 파일을 검색하고 다운로드할 수 있는 MCP(Multi-Channel Platform) 서버입니다.

주요 기능

  • Google Drive에서 파일 및 폴더 검색 (고급 필터링 지원)
  • 파일 ID로 Google Drive 파일 다운로드
  • MCP Tool 인터페이스 지원

설치 방법

  1. 저장소 클론

    git clone https://github.com/jongjin97/gdrive-mcp-server.git
    cd gdrive-mcp-server
    
  2. 의존성 설치

    pip install -r requirements.txt
    
  3. Google API 자격 증명 파일 준비
    credentials.json 파일을 홈 디렉토리의 .gdrive-mcp-server 폴더에 두거나, 실행 시 --creds-path 인자로 경로를 지정하세요.

사용법

Claude Desktop Config

{
  "mcpServers": {
	"gdrive-mcp-server": {
		"command": "uv",
		"args": [
			"--directory",
			"C:\\YOUR\\PROJECT\\PATH\\gdrive-mcp-server",
			"run",
			"gdrive-mcp-server"
			]
		}
	}
}

커맨드라인 옵션

  • --storage-path <경로>: 다운로드 파일 저장 경로 지정
  • --creds-path <경로>: Google API 자격 증명 파일 경로 지정
  • --token-path <경로>: 인증 토큰 파일 경로 지정