PDF Reader for Cursor
io.github.xvvln/pdf-reader-mcp
MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.
client:Cursor
transport:stdio
runtime:pypi
Install PDF Reader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-reader-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-insight-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs