PluginBench
MCP Server

Gamma MCP Server

io.github.mindstone/mcp-server-gamma

What is the Gamma MCP server?

Gamma AI presentation generation MCP server for Model Context Protocol hosts

How to install Gamma

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GAMMA_API_KEY
    required
    secret

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

  • GAMMA_EXPORT_POLL_INTERVAL_MS

    Export poll interval in milliseconds

  • GAMMA_EXPORT_POLL_MAX_ATTEMPTS

    Maximum export poll attempts

  • GAMMA_REQUEST_TIMEOUT_MS

    Outbound HTTP request timeout in milliseconds (max 1800000)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-gamma": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-gamma"
      ],
      "env": {
        "GAMMA_API_KEY": "<YOUR_GAMMA_API_KEY>",
        "GAMMA_EXPORT_POLL_INTERVAL_MS": "<YOUR_GAMMA_EXPORT_POLL_INTERVAL_MS>",
        "GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "<YOUR_GAMMA_EXPORT_POLL_MAX_ATTEMPTS>",
        "GAMMA_REQUEST_TIMEOUT_MS": "<YOUR_GAMMA_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-gamma": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-gamma"
      ],
      "env": {
        "GAMMA_API_KEY": "<YOUR_GAMMA_API_KEY>",
        "GAMMA_EXPORT_POLL_INTERVAL_MS": "<YOUR_GAMMA_EXPORT_POLL_INTERVAL_MS>",
        "GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "<YOUR_GAMMA_EXPORT_POLL_MAX_ATTEMPTS>",
        "GAMMA_REQUEST_TIMEOUT_MS": "<YOUR_GAMMA_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-gamma": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-gamma"
      ],
      "env": {
        "GAMMA_API_KEY": "<YOUR_GAMMA_API_KEY>",
        "GAMMA_EXPORT_POLL_INTERVAL_MS": "<YOUR_GAMMA_EXPORT_POLL_INTERVAL_MS>",
        "GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "<YOUR_GAMMA_EXPORT_POLL_MAX_ATTEMPTS>",
        "GAMMA_REQUEST_TIMEOUT_MS": "<YOUR_GAMMA_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-gamma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-gamma"
      ],
      "env": {
        "GAMMA_API_KEY": "<YOUR_GAMMA_API_KEY>",
        "GAMMA_EXPORT_POLL_INTERVAL_MS": "<YOUR_GAMMA_EXPORT_POLL_INTERVAL_MS>",
        "GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "<YOUR_GAMMA_EXPORT_POLL_MAX_ATTEMPTS>",
        "GAMMA_REQUEST_TIMEOUT_MS": "<YOUR_GAMMA_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-gamma --env GAMMA_API_KEY=<YOUR_GAMMA_API_KEY> --env GAMMA_EXPORT_POLL_INTERVAL_MS=<YOUR_GAMMA_EXPORT_POLL_INTERVAL_MS> --env GAMMA_EXPORT_POLL_MAX_ATTEMPTS=<YOUR_GAMMA_EXPORT_POLL_MAX_ATTEMPTS> --env GAMMA_REQUEST_TIMEOUT_MS=<YOUR_GAMMA_REQUEST_TIMEOUT_MS> -- npx -y @mindstone/mcp-server-gamma

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →