Back to Browse

Gamma MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Gamma AI presentation generation MCP server for Model Context Protocol hosts

About

Gamma AI presentation generation MCP server for Model Context Protocol hosts

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (44/46 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Gamma API key (create at https://gamma.app/settings/api-keys)Required

Environment variable: GAMMA_API_KEY

Export poll interval in millisecondsOptional

Environment variable: GAMMA_EXPORT_POLL_INTERVAL_MS

Maximum export poll attemptsOptional

Environment variable: GAMMA_EXPORT_POLL_MAX_ATTEMPTS

Outbound HTTP request timeout in milliseconds (max 1800000)Optional

Environment variable: GAMMA_REQUEST_TIMEOUT_MS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-gamma": {
      "env": {
        "GAMMA_API_KEY": "your-gamma-api-key-here",
        "GAMMA_REQUEST_TIMEOUT_MS": "your-gamma-request-timeout-ms-here",
        "GAMMA_EXPORT_POLL_INTERVAL_MS": "your-gamma-export-poll-interval-ms-here",
        "GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "your-gamma-export-poll-max-attempts-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-gamma"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!