Google Slides MCP for Cline
io.github.a1-x-tech/mcp-google-slides
MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.
client:Cline
transport:stdio
runtime:npm
Install Google Slides MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-google-slides": {
"command": "npx",
"args": [
"-y",
"@a1-x-tech/mcp-google-slides"
],
"env": {
"GOOGLE_SLIDES_CLIENT_ID": "<GOOGLE_SLIDES_CLIENT_ID>",
"GOOGLE_SLIDES_CLIENT_SECRET": "<GOOGLE_SLIDES_CLIENT_SECRET>",
"GOOGLE_SLIDES_REFRESH_TOKEN": "<GOOGLE_SLIDES_REFRESH_TOKEN>",
"GOOGLE_SLIDES_ACCESS_TOKEN": "<GOOGLE_SLIDES_ACCESS_TOKEN>",
"GOOGLE_SLIDES_OAUTH_PORT": "<GOOGLE_SLIDES_OAUTH_PORT>",
"GOOGLE_SLIDES_API_BASE": "<GOOGLE_SLIDES_API_BASE>",
"GOOGLE_SLIDES_DRIVE_API_BASE": "<GOOGLE_SLIDES_DRIVE_API_BASE>",
"GOOGLE_SLIDES_TIMEOUT_MS": "<GOOGLE_SLIDES_TIMEOUT_MS>",
"GOOGLE_SLIDES_MAX_RETRIES": "<GOOGLE_SLIDES_MAX_RETRIES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs