Loading MCP server directory, please wait...
MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-slidesRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-slides": {
"command": "npx",
"args": [
"-y",
"@a1-x-tech/mcp-google-slides"
],
"env": {
"GOOGLE_SLIDES_CLIENT_ID": "",
"GOOGLE_SLIDES_CLIENT_SECRET": "",
"GOOGLE_SLIDES_REFRESH_TOKEN": "",
"GOOGLE_SLIDES_ACCESS_TOKEN": "",
"GOOGLE_SLIDES_API_BASE": "https://slides.googleapis.com",
"GOOGLE_SLIDES_DRIVE_API_BASE": "https://www.googleapis.com",
"GOOGLE_SLIDES_TIMEOUT_MS": "60000",
"GOOGLE_SLIDES_MAX_RETRIES": "3"
}
}
}
}