pdf mcp for Cursor
io.github.wesseltl/pdf-mcp
Extract text and tables from PDFs for an agent: invoices, reports, statements.
client:Cursor
transport:stdio
runtime:pypi
Install pdf mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs