Skip to content
Grok

Google Slides MCP for Grok

io.github.a1-x-tech/mcp-google-slides

MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.

client:Grok transport:stdio runtime:npm

Install Google Slides MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-slides": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Google Slides MCP in other clients