PDF Kit for Cursor
io.github.benhuang21828/pdfkit
AI-powered PDF tools: fill forms, merge, extract data, and split PDFs
client:Cursor
transport:stdio
runtime:npm
Install PDF Kit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdfkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pdfkit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs