This document guides you through setting up and running the Gamma MCP (Model Context Protocol) server, which allows you to generate presentations using the Gamma API directly from MCP clients like Anthropic's Claude for Desktop.
{
"mcpServers": {
"mercurymlgamma": {
"command": "npx",
"args": [
"-y",
"@mercuryml/gamma-mcp-server"
]
}
}
}