pdf it for Cursor
io.github.mrslbt/pdf-it
Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.
client:Cursor
transport:stdio
runtime:npm
Install pdf it in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-it": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs