pdf-pinmark

yuqisun/pdf-pinmark
★ 0 stars JavaScript Code/Dev Tools Updated 3d ago
MCP server for semantic PDF search & retrieval — returns page-exact, highlight-to-source citations for LLM clients.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}

README Excerpt

对**文字版 PDF** 做自然语言检索的本地 MCP server:让 LLM 宿主(Claude Code / opencode / VSCode)按自然语言在 PDF 里检索,返回**可点击、能在浏览器精确高亮原文出处**的链接。 - 单机单用户、只读源文件、无索引、无向量、完全离线。 - 支持单个文件或整个目录。 - 高亮由 pdf.js 自绘层实现,任意现代浏览器一致可见。 ```powershell powershell -c "irm https://astral.sh/uv/install.ps1 | iex" curl -LsSf https://astral.sh/uv/install.sh | sh

Tools (4)

PDFNL_CACHE_MBPDFNL_LOG_LEVELPDFNL_SEARCH_LIMITPDFNL_TMP_DIR