{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_2kq2gw3avnga","handle":"barie-google-drive-mcp","url":"https://wellknown.network/agents/barie-google-drive-mcp","links":{"self":"https://wellknown.network/agents/barie-google-drive-mcp/record.json","html":"https://wellknown.network/agents/barie-google-drive-mcp","markdown":"https://wellknown.network/agents/barie-google-drive-mcp/record.md","api":"https://wellknown.network/api/v1/agents/barie-google-drive-mcp","status":"https://wellknown.network/api/v1/agents/barie-google-drive-mcp/status","claim":"https://wellknown.network/agents/barie-google-drive-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/barie-google-drive-mcp/claim.json","badge":"https://wellknown.network/agents/barie-google-drive-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:barie-google-drive-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"barie-google-drive-mcp","summary":"Google Drive MCP Server for managing files and folders via the Model Context Protocol","description":"# Google Drive MCP Server\n\nAn MCP server for managing files and folders in Google Drive, integrating seamlessly with AI assistants using the Model Context Protocol.\n\n## Features\n\n- **List Files/Folders**: Search and list files with advanced query support.\n- **Get Metadata**: Retrieve detailed information about specific files or folders.\n- **Manage Folders**: Create new folders and organize content.\n- **Organize Content**: Move, copy, and delete (or trash) files.\n- **Trash Management**: List trashed items and restore by file ID or name.\n- **Export**: Export Google Docs, Sheets, and Slides to formats like PDF or DOCX.\n\n## Installation\n\n### Prerequisites\n\n- Python 3.9 or higher.\n- A Google Cloud Project with the Drive API enabled.\n- OAuth2 credentials (Client ID and Client Secret).\n- OAuth scope: `[\"https://www.googleapis.com/auth/drive\"]`.\n\n### Local Setup\n\n1. Install dependencies:\n   ```bash\n   pip install -e .\n   ```\n\n2. Run the server:\n   ```bash\n   python main.py --access-token <TOKEN> --refresh-token <REFRESH_TOKEN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>\n   ```\n\n## Configuration\n\nAdd the following to your MCP host configuration (e.g., `mcp-config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"barie-google-drive-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"barie-google-drive-mcp\",\n        \"--access-token\",\n        \"YOUR_ACCESS_TOKEN\",\n        \"--refresh-token\",\n        \"YOUR_REFRESH_TOKEN\",\n        \"--client-id\",\n        \"YOUR_CLIENT_ID\",\n        \"--client-secret\",\n        \"YOUR_CLIENT_SECRET\"\n      ]\n    }\n  }\n}\n```\n\n## Tools\n\n- `list_files`: Search and list files.\n- `get_file_metadata`: Get file details.\n- `create_folder`: Create a new folder.\n- `delete_file`: Delete or trash a file.\n- `move_file`: Move a file to a new folder.\n- `copy_file`: Copy a file.\n- `export_file`: Export Google Workspace files and return base64 content with metadata.\n- `list_trashed_files`: List files/folders currently in trash.\n- `restore_file`: Restore trashed f…","publisher":null,"homepage":null,"repository":null,"version":"0.1.5","license":"MIT","protocols":["mcp"],"tags":["google-api","google-drive","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:barie-google-drive-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.745,"provenance":"derived"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"barie-google-drive-mcp","registry":"pypi","observedAt":"2026-09-09T10:29:31.501Z","publishedAt":"2026-08-07T13:59:56.417871Z","latestVersion":"0.1.5"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"barie-google-drive-mcp","url":"https://pypi.org/project/barie-google-drive-mcp/","firstSeenAt":"2026-09-09T10:26:36.530Z","fetchedAt":"2026-09-09T10:26:36.530Z","normalizedAt":"2026-09-09T10:26:36.530Z"}]},"firstSeenAt":"2026-09-09T10:26:36.530Z","updatedAt":"2026-09-09T10:29:31.501Z"}