{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9nbz2jeyw2h3","handle":"barie-google-slides-mcp","url":"https://wellknown.network/agents/barie-google-slides-mcp","links":{"self":"https://wellknown.network/agents/barie-google-slides-mcp/record.json","html":"https://wellknown.network/agents/barie-google-slides-mcp","markdown":"https://wellknown.network/agents/barie-google-slides-mcp/record.md","api":"https://wellknown.network/api/v1/agents/barie-google-slides-mcp","status":"https://wellknown.network/api/v1/agents/barie-google-slides-mcp/status","claim":"https://wellknown.network/agents/barie-google-slides-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/barie-google-slides-mcp/claim.json","badge":"https://wellknown.network/agents/barie-google-slides-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:barie-google-slides-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"barie-google-slides-mcp","summary":"Google Slides MCP Server for managing presentations via the Model Context Protocol","description":"# Google Slides MCP Server\n\nAn MCP server for managing Google Slides presentations, integrating seamlessly with AI assistants using the Model Context Protocol.\n\n## Features\n\n- **List Presentations**: Search and list presentations via Drive API.\n- **Get Presentation**: Retrieve full presentation structure (slides, shapes, text).\n- **Create Presentation**: Create new presentations.\n- **Batch Update**: Modify presentations (add slides, edit content).\n- **Page Details**: Get specific slide content.\n- **Thumbnails**: Generate thumbnail URLs for slides.\n\n## Scope\n\nThis server focuses on Google Slides presentation management through MCP tools:\n\n- Read/list presentations from Google Drive.\n- Read full presentation/slide details.\n- Create new presentations.\n- Perform Slides API `batchUpdate` operations.\n- Generate slide thumbnails.\n\nIt does not implement custom business workflows on top of Slides; callers provide valid Google Slides API request payloads (especially for `batch_update_presentation`).\n\n## Installation\n\n### Prerequisites\n\n- Python 3.9 or higher.\n- A Google Cloud Project with the Slides and Drive APIs enabled.\n- OAuth2 credentials (Client ID and Client Secret).\n- OAuth2 tokens with required scopes.\n\n### Required OAuth Scopes\n\n- `https://www.googleapis.com/auth/drive.readonly`\n- `https://www.googleapis.com/auth/presentations`\n\nYou can optionally pass scopes through `--scopes` as a JSON array string.\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-slides-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"barie-google-slides-mcp\",\n        \"--access-token\",\n        \"YOUR_ACCESS_TOKEN\",\n        \"--refresh-token\",\n        \"YOU…","publisher":null,"homepage":null,"repository":null,"version":"0.1.2","license":"MIT","protocols":["mcp"],"tags":["google-api","google-slides","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:barie-google-slides-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":"documents.presentations","name":"Presentations","confidence":1,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.745,"provenance":"derived"}],"categories":["documents","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-slides-mcp","registry":"pypi","observedAt":"2026-09-09T10:29:32.757Z","publishedAt":"2026-08-07T14:00:24.573137Z","latestVersion":"0.1.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"barie-google-slides-mcp","url":"https://pypi.org/project/barie-google-slides-mcp/","firstSeenAt":"2026-09-09T10:26:37.511Z","fetchedAt":"2026-09-09T10:26:37.511Z","normalizedAt":"2026-09-09T10:26:37.511Z"}]},"firstSeenAt":"2026-09-09T10:26:37.511Z","updatedAt":"2026-09-09T10:29:32.757Z"}