MCP server for semantic PDF search & retrieval — returns page-exact, highlight-to-source citations for LLM clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdf-pinmark": {
"command": "npx",
"args": [
"-y",
"yuqisun/pdf-pinmark"
]
}
}
}
Run in terminal:
claude mcp add pdf-pinmark npx -y yuqisun/pdf-pinmark
Add to .cursor/mcp.json:
{
"mcpServers": {
"pdf-pinmark": {
"command": "npx",
"args": [
"-y",
"yuqisun/pdf-pinmark"
]
}
}
}