PDF Reader (PDF Agent Stack) for Cursor
io.github.shuji-bonji/pdf-reader-mcp
Read PDF internals: text, structure, fonts, signatures and tags, with what was not read declared.
client:Cursor
transport:stdio
runtime:npm
Install PDF Reader (PDF Agent Stack) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-reader-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shuji-bonji/pdf-reader-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs