Create and edit Google Slides presentations — add slides, text boxes, images, and run batch updates programmatically.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"google-slides": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-slides",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify google slides credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Create and edit Google Slides presentations — add slides, text boxes, images, and run batch updates programmatically.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-slides
This MCP server gives AI agents access to Google Slides via 12 tools. Connect it to any Aerostack workspace and your agents can interact with Google Slides directly.
| Tool | Description |
|---|---|
list_presentations | List all Google Slides presentations in Drive |
get_presentation | Get a presentation by ID with all slides and content |
create_presentation | Create a new Google Slides presentation |
get_slide | Get a specific slide from a presentation by index |
add_slide | Add a new slide to a presentation |
delete_slide | Delete a slide from a presentation by object ID |
duplicate_slide | Duplicate a slide in a presentation |
add_text_box | Add a text box to a slide |
update_text | Update text content of a shape on a slide |
add_image | Add an image to a slide from a URL |
get_page_thumbnail | Get a thumbnail image URL for a specific slide |
batch_update | Execute a batch update on a presentation (pass-through for advanced operations) |
| Variable | Required | Description |
|---|---|---|
GOOGLE_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
GOOGLE_ACCESS_TOKENOnce added, every AI agent in your workspace can use Google Slides tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-slides \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-google-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_presentations","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-slides
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Yes. The Google Slides MCP includes a create_presentation tool that lets Claude create presentations in your Google Slides account from a plain-English prompt. You can also update and delete presentations — no Google Slides UI needed.
Yes. The Google Slides MCP includes tools to list and retrieve presentations from your Google Slides account. Claude can filter, sort, and summarize presentations based on your instructions.
Yes. The Google Slides MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Google Slides tools are available everywhere you connect it — install once on Aerostack.
Yes. The Google Slides MCP includes tools to update texts in your Google Slides account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Google Slides API.