MCP Server for Google Slides
If you already use Google Slides, the google slides mcp server is the piece that lets your assistant work with it directly. MCP Server for Google Slides.
This project provides a Model Context Protocol (MCP) server for interacting with the Google Slides API. It allows you to create, read, and modify Google Slides presentations programmatically.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Input — **Output — ** JSON object representing the created presentation detailstitle — The presentation's titleslideCount — Total number of slideslastModified — Revision informationslides — Array of slide objects containing:slideNumber — Position in presentationslideId — Object ID of the slidecontent — All text extracted from the slidenotes — Speaker notes (if requested and available)Configuration is passed through the environment: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN, YOUR_CLIENT_ID, YOUR_CLIENT_SECRET, YOUR_REFRESH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Google Slides's toolset — Input, Output, title and 7 more — is a fair guide to whether it matches your workflow. It is maintained by matteoantoci; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Google Slides's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Input | ** |
| Output | ** JSON object representing the created presentation details. |
| title | The presentation's title |
| slideCount | Total number of slides |
| lastModified | Revision information |
| slides | Array of slide objects containing: |
| slideNumber | Position in presentation |
| slideId | Object ID of the slide |
| content | All text extracted from the slide |
| notes | Speaker notes (if requested and available) |
| Variable | Description | Required |
|---|---|---|
| GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
| GOOGLE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| GOOGLE_REFRESH_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_CLIENT_ID | Configuration value read at startup. | Optional |
| YOUR_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| YOUR_REFRESH_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.