paper-intelligence

Strand-AI/paper-intelligence
★ 6 stars Python AI/LLM Updated today
MCP server for intelligent paper/PDF management with RAG capabilities
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": {
    "paper-intelligence": {
      "command": "uvx",
      "args": [
        "paper-intelligence"
      ]
    }
  }
}

Or install with pip: pip install paper-intelligence

README Excerpt

A local MCP server for intelligent paper/PDF management. Convert PDFs to markdown, then search them with hybrid grep + semantic search. Designed for **token efficiency**: search first, read only what you need. ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` **Claude Code CLI:** ```bash claude mcp add paper-intelligence -- uvx paper-intelligence@latest

Topics

aiembeddingsllmmcppdfpythonragresearch