google-slides-mcp

google-slides-mcp

3.5

If you are the rightful owner of google-slides-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Google Slides MCP Server allows programmatic interaction with Google Slides presentations using the Model Context Protocol.

The Google Slides MCP Server is designed to facilitate seamless interaction with the Google Slides API, enabling users to create, read, and modify presentations programmatically. This server acts as a bridge between the user and the Google Slides API, handling authentication and API requests. It requires Node.js and npm for setup, along with Google Cloud credentials and a refresh token for OAuth 2.0 authentication. Once configured, the server listens for MCP requests and executes them, providing a robust solution for managing Google Slides presentations through code.

Features

  • Programmatic creation and modification of Google Slides presentations.
  • OAuth 2.0 authentication for secure API access.
  • Batch update functionality for efficient slide modifications.
  • Retrieval of presentation and slide details.
  • Summarization of presentation content, including optional speaker notes.

Tools

  1. create_presentation`

    Create a new Google Slides presentation

  2. get_presentation`

    Get detailed information about an existing presentation

  3. batch_update_presentation`

    Batch updates to presentation content

  4. get_page`

    Get details about specific slides in your presentation