decaframe for Cursor
com.decaframe/decaframe
Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.
client:Cursor
transport:stdio
runtime:npm
Install decaframe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"decaframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"decaframe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs