← Back to Plugins
MCP Server MCP

io.github.amer-prog/gamma-mcp-server

github By github 👁 1 views ▲ 0 votes

Create presentations, documents, and webpages from any MCP-compatible AI assistant via Gamma.app

Homepage Verified source GitHub

Install

npx -y @arkava-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@arkava-ai/gamma-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Gamma API key (starts with sk-gamma-)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GAMMA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...