pdf for Cursor
com.yaktool/pdf
Merge, split, compress, unlock, organize, extract, fill forms and check PDFs — 12 local tools.
client:Cursor
transport:stdio
runtime:npm
Install pdf in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-pdf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs