Imprint PDF for Cursor
io.github.263311487-ux/imprint-pdf
AI-native print-grade PDF generator. Markdown in, publisher-quality PDF out.
client:Cursor
transport:stdio
runtime:pypi
Install Imprint PDF in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"imprint-pdf": {
"type": "stdio",
"command": "uvx",
"args": [
"imprint-pdf"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs