← Index

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

io.github.amer-prog/gamma-mcp-server·v1.0.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gamma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arkava-ai/gamma-mcp-server"
      ],
      "env": {
        "GAMMA_API_KEY": "<your-gamma_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gamma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arkava-ai/gamma-mcp-server"
      ],
      "env": {
        "GAMMA_API_KEY": "<your-gamma_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @arkava-ai/gamma-mcp-server
§02  Environment variables
GAMMA_API_KEY
requiredsecret

Your Gamma API key (starts with sk-gamma-)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other