Loading MCP server directory, please wait...
Gamma AI presentation generation MCP server for Model Context Protocol hosts
npx @getmcp/cli add io.github.mindstone/mcp-server-gammaRequires Node.js 18+. Community-contributed server. Review source before installing.
GAMMA_API_KEYGamma API key (create at https://gamma.app/settings/api-keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-gamma": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-gamma"
],
"env": {
"GAMMA_API_KEY": "",
"GAMMA_EXPORT_POLL_INTERVAL_MS": "5000",
"GAMMA_EXPORT_POLL_MAX_ATTEMPTS": "12",
"GAMMA_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}