quillpdf mcp for Cursor
io.github.purpledirective/quillpdf-mcp
Local-first PDF tools (merge, split, rotate, watermark, Bates, metadata) as MCP server + CLI.
client:Cursor
transport:stdio
runtime:npm
Install quillpdf mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quillpdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quillpdf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs