cli for Cursor
ai.unpaper/cli
Slide decks locally: templates, checks, HTML to editable PowerPoint, .pptx rescue. No AI inside.
client:Cursor
transport:stdio
runtime:npm
Install cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unpaper/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs