{"openapi":"3.1.0","info":{"title":"Google Drive MCP Server","description":"Google Drive MCP 서버로 AI 에이전트에서 파일 검색, 업로드, 다운로드, 공유 권한 관리를 수행할 수 있습니다. 자연어로 드라이브 내 문서를 탐색하고 파일을 정리하여 팀 파일 관리 워크플로우를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-google-drive","x-fusepie-category":"communication","x-fusepie-provider":"Google"},"servers":[{"url":"npx -y @modelcontextprotocol/server-gdrive","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_google_drive","summary":"Google Drive MCP Server","description":"Google Drive MCP 서버로 AI 에이전트에서 파일 검색, 업로드, 다운로드, 공유 권한 관리를 수행할 수 있습니다. 자연어로 드라이브 내 문서를 탐색하고 파일을 정리하여 팀 파일 관리 워크플로우를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-google-drive":{"command":"npx","args":["-y","@fusepie/mcp-mcp-google-drive"],"env":{"API_KEY":""}}}}}