pdflens-mcp

m13253/pdflens-mcp
★ 17 stars Rust 🤖 AI/LLM Updated 13d ago
An MCP server for reading PDFs, coded by human, designed for AI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdflens-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "pdflens-mcp"
      ]
    }
  }
}