gamma-mcp-server

gamma-app/gamma-mcp-server

3.3

If you are the rightful owner of gamma-mcp-server 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 Gamma MCP Server allows users to generate presentations using the Gamma API directly from MCP clients like Anthropic's Claude for Desktop.

The Gamma MCP Server is designed to integrate the powerful presentation generation capabilities of the Gamma API into environments that support the Model Context Protocol (MCP), such as Claude for Desktop. By setting up this server, users can leverage AI to create polished presentations from simple prompts or existing documents. The server acts as a bridge between the Gamma API and MCP clients, enabling seamless communication and functionality. With the Gamma MCP Server, users can specify various parameters like tone, audience, and slide count to tailor the presentation to their needs. This integration not only speeds up the presentation creation process but also enhances the quality and relevance of the content generated.

Features

  • Seamless integration with Gamma API for presentation generation.
  • Customizable parameters for tailored presentation output.
  • Supports various tones, audiences, and slide counts.
  • Secure API key management using environment variables.
  • Compatible with Node.js and TypeScript environments.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "gamma-presentation-generator": {
      "command": "npx",
      "args": [
        "ts-node",
        "src/index.ts"
      ],
      "cwd": "/ABSOLUTE/PATH/TO/YOUR/gamma-mcp-server"
    }
  }
}

Tools

  1. generate-presentation

    Generate a presentation using the Gamma API with customizable parameters.