DicePDF for Cursor
io.github.ishan-maheshwari/dicepdf
Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.
client:Cursor
transport:stdio
runtime:npm
Install DicePDF in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dicepdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dicepdf/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs