Paper Library MCP - 文献管理与检索 MCP 服务器
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"paperlib-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Paperlib MCP Academic literature management and retrieval MCP server - supporting PDF import, hybrid search, knowledge graph construction, and literature review generation. [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [中文 README](./README_CN.md) ## ✨ Features | Feature | Description | |---------|-------------| | **PDF Import** | Auto-extract text, chunk by page, generate vector embeddings | | **Hybrid Search** | FTS full-text search + pgvector semantic search | | **Knowledge Graph** | LLM-driven entity/relation/claim extraction, Leiden community detection | | **Review Generation** | Structured literature review auto-generation based on evidence packs | ## 📋 Prerequisites - PostgreSQL 16+ with pgvector extension - MinIO or S3-compatible storage - OpenRouter API Key --- ## 🚀 Installation & Usage ### Method 1: Docker Compose (Recommended for Beginners) One-click launch of complete environment (PostgreSQL + MinIO + MCP): ```bash git clone https://github.com/h-lu/paperlib-mcp.git cd paperlib-mcp # Configure API Key cp .env.example .env # Edit .env and fill in OPENROUTER_API_KEY # Start services docker-compose up -d ``` #### Configure in Cursor Add to `claude_desktop_config.json`: ```json { "mcpServers": { "paperlib-docker": { "command": "docker", "args": [ "exec", "-i", "paperlib-mcp", "python", "-m", "paperlib_mcp.server" ] } } } ``` ### Method 2: uvx Install (Recommended) **Prerequisites**: Requires available PostgreSQL (with pgvector) and MinIO/S3-compatible storage service. <details> <summary>💡 Quick Start Local Services (Optional)</summary> ```bash docker-compose up -d postgres minio minio-init ``` </details> Configure in Cursor/Claude Desktop, modify environment variables according to your actual…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.