gamma mcp server for Cursor
io.github.amer-prog/gamma-mcp-server
Create presentations, documents, and webpages from any MCP-compatible AI assistant via Gamma.app
client:Cursor
transport:stdio
runtime:npm
Install gamma mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gamma-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arkava-ai/gamma-mcp-server"
],
"env": {
"GAMMA_API_KEY": "<GAMMA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs