PDF Card MCP for Cursor
io.github.velyan/pdf-card-mcp
Local-first MCP server + CLI that turns PDFs into source-linked, card-based HTML readers.
client:Cursor
transport:stdio
runtime:pypi
Install PDF Card MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-card-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-card-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs