Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Liyux3/scholar-mcp

БесплатноНе проверен

Federated academic paper search across OpenAlex, Semantic Scholar, arXiv, PubMed, OpenReview and more with RRF fusion, citation graphs with PageRank, full-text

GitHubEmbed

Описание

Federated academic paper search across OpenAlex, Semantic Scholar, arXiv, PubMed, OpenReview and more with RRF fusion, citation graphs with PageRank, full-text paper reading, PDF download, and a local paper library with Zotero, Obsidian, and Notion connectors.

README

Scholar MCP

Install in VS Code Add to Cursor Add to Kiro MCP Registry

Go deeper.

Find the paper. Follow the evidence. Build the field.

PyPI Python 3.10+ Apache 2.0 MCP compatible

Scholar MCP turns a research question into a connected body of evidence. It recovers papers from vague descriptions, reaches the work one hop beyond search, opens the primary text, maps the lineage, and carries the selected field into a library that grows with every session.

Natural-language discovery · Related-work discovery · Primary evidence · Field maps · Zotero · Obsidian · Notion connectors

Quick demo

Scholar MCP quick demo

One continuous agent flow: search_papersbuild_paper_graphpaper_info + read_paperpaper_library → library connectors.

How it works

Scholar MCP retrieval pipeline Scholar MCP runtime architecture

Agents call typed MCP tools over stdio or Streamable HTTP. Scholar returns concise text and structured data, while a persistent SQLite library drives FTS5 search, PDF attachments, JSONL snapshots, and Obsidian, Zotero, and Notion connectors.

Quick start

Claude Code:

claude mcp add scholar -- uvx scholar-mcp

Claude Desktop or any stdio MCP client:

{
  "mcpServers": {
    "scholar": {
      "command": "uvx",
      "args": ["scholar-mcp"]
    }
  }
}

The direct server exposes the compact core profile. Python 3.10+ and uv are required. Optional source keys unlock deeper coverage and higher throughput.

The repository also ships a research plugin with citation graphs, a local paper library, and the Deep Research skill:

# Codex
codex plugin marketplace add Liyux3/scholar-mcp
codex plugin add scholar-mcp@scholar-mcp

# Claude Code
claude plugin marketplace add Liyux3/scholar-mcp
claude plugin install scholar-mcp@scholar-mcp

The same plugin directory follows the Agent Plugins standard for Cursor, Pi, and compatible harnesses. OpenCode can launch uvx scholar-mcp as a local MCP; Pi can use pi-mcp-adapter.

Release artifacts also include the PyPI package, multi-architecture GHCR image, and macOS MCPB bundles. See the complete distribution matrix.

Tools

Profile Tool Responsibility
Core search_papers Multi-source retrieval, filters, reranking, and citation discovery
Core paper_info Paper detail, citations, and references through one selective call
Core recommend_papers Related work through semantic and citation connections
Core search_authors Author profiles, affiliations, paper counts, and h-index
Core read_paper Temporarily fetch and read a complete paper in one call
Core download_paper Persist a PDF and index it in a collection
Research build_paper_graph Bounded citation graph with PageRank, bridges, nodes, edges, and Mermaid
Research paper_library Collections, FTS search, notes, tags, PDFs, and Markdown vault export

scholar://status reports source availability and the actual reranker used without occupying the tool surface. Tool responses retain concise YAML text and also expose structured MCP data.

The bundled Deep Research skill turns search, paper inspection, graph traversal, and selected library writes into a living field map.

Retrieval

Channel Sources Query form and role
Semantic OpenAlex semantic, arxiv.gg, optional Exa Full natural-language question
Full text Semantic Scholar snippet search Matching passages from open-access papers
Broad metadata OpenAlex, Semantic Scholar, Crossref, optional Scopus Identity, coverage, citations, and filters
Preprints and conferences arXiv, OpenReview Recent work and conference records
Biomedical PubMed, Europe PMC Medicine, biology, and full-text repositories
Domain and repository DBLP, INSPIRE-HEP, DOAJ, CORE, OpenAIRE, HAL CS, physics, open journals, and repositories
Web fallback Google Scholar Best effort; blocking is reported as degradation

Keyword APIs receive measured source-specific query budgets. Semantic endpoints keep the original question. Every source contributes independently to one canonical evidence pool.

Results are canonicalized across DOI, arXiv, Semantic Scholar, OpenAlex, PubMed, and OpenReview identities. Duplicate records contribute complementary metadata and independent source evidence instead of appearing several times.

DashScope qwen3-rerank is the primary reranker when configured; FlashRank is the local fallback. The normal response shows only source coverage, the actual reranker, and actionable degradation. debug=true adds per-source yield, latency, provenance, and internal ranking diagnostics.

Measured retrieval quality

LitSearch quality comparison

Scholar leads the Exa research-paper baseline by 10 points at R@5 and 6 points at R@20 on matched LitSearch.

System R@5 R@10 R@20 MRR
Scholar 0.62 0.68 0.70 0.442
Exa research paper 0.52 0.58 0.64 0.435
BM25 title + abstract 0.46 0.46 0.56 0.335

Scholar recovered nine R@5 hits that Exa missed; Exa recovered four that Scholar missed.

Benchmark protocol

The comparison uses the same first 50 LitSearch inline-ACL queries, ground-truth titles, title matcher, and top-20 cutoff. Exa ran with category research paper. Scholar used its standard retrieval pipeline with Qwen reranking. BM25 follows the official LitSearch title+abstract implementation: lowercase tokenization, English stopword removal, Porter stemming, and BM25Okapi over the 64K-paper corpus. The Scholar/Exa run was collected on 12 May 2026; BM25 was reproduced on 25 August 2026. The frozen summary is in docs/benchmarks/litsearch-inline-acl-50.json, with raw BM25 results and their hash manifest.

Citation graph and paper library

Real paper-library graph

Rendered from a live local collection, the graph reveals foundations, bridges, and the papers that move a field forward. Stable identities and parallel citation traversal keep the map connected as it grows.

The paper library uses one persistent SQLite authority with WAL transactions and FTS5 search. Existing JSONL collections migrate automatically and remain available as compatibility snapshots. Stable identifiers, notes, tags, PDF paths, connector IDs, and sync revisions stay attached to the same canonical record.

Default data layout:

~/.scholar-mcp/
├── papers/    persistent PDFs
├── kb/
│   ├── library.sqlite3    authority + FTS5 + sync state
│   └── *.jsonl            compatibility snapshots
└── vault/                 Markdown projections and wikilinks

Library connectors

# No login: write directly into an Obsidian vault
scholar-mcp library export obsidian --collection rag --path /path/to/vault

# Dry-run by default; add --apply for external writes
scholar-mcp library sync zotero --collection rag
scholar-mcp library publish notion --collection rag

Obsidian is a live Markdown projection. Zotero manages bibliographic items, collections, tags, and notes. Notion receives a one-way reading-list view. External connectors keep their IDs, versions, and content hashes in SQLite, so unchanged papers do not publish twice.

Paper access

read_paper uses a temporary PDF and reads pages 1-10 by default, which usually reaches the conclusion of an AI conference paper. It returns page-aware Markdown, structured tables when their geometry is reliable, and caption selectors for figures and visual table fallbacks. Pass visual="Figure 3" or another returned selector to receive one focused page crop alongside its text. Pass pages="11-20" to continue into references or appendices. The PDF is removed after extraction. download_paper streams into a staging file, atomically publishes a validated PDF, reuses a valid local copy, and indexes its metadata in the selected collection.

The shared resolution chain covers:

  1. Native open-access records and canonical archives such as arXiv and Europe PMC
  2. Registered repository resolvers: CORE, OpenAIRE, HAL, Zenodo, and DOAJ
  3. bioRxiv, medRxiv, SSRN, ChemRxiv, and other preprint servers
  4. Unpaywall and an optional institutional proxy
  5. an explicit local fallback when enabled

scholar-mcp sources prints the live registry-derived capability matrix. Zenodo participates in PDF resolution but stays out of default discovery because its broad publication records add more candidate noise than retrieval value.

Configuration

All credentials are optional and remain in the MCP process environment.

Variable Purpose
SCHOLAR_DATA_DIR Shared data root; default ~/.scholar-mcp
SCHOLAR_KB_DIR SQLite library and JSONL snapshot directory
SCHOLAR_OBSIDIAN_VAULT Obsidian projection root; no authentication required
S2_API_KEY / S2_API_KEYS Semantic Scholar search, snippets, graph, and rate limits
OPENALEX_API_KEY / OPENALEX_API_KEYS OpenAlex search, semantic search, and graph calls
OPENALEX_EMAIL OpenAlex polite pool and Unpaywall
DASHSCOPE_API_KEY Qwen reranker
SCOPUS_API_KEY Optional Scopus metadata source
CORE_API_KEY Optional CORE repository source
EXA_API_KEY Optional Exa research-paper source
OPENREVIEW_USERNAME, OPENREVIEW_PASSWORD OpenReview API
SCHOLAR_SOURCE_BUDGET_S Initial source fan-out budget; default 8 seconds
SCHOLAR_DOWNLOAD_DIR Persistent PDF directory; default <data>/papers
SCHOLAR_MCP_EXTENSIONS Use research for graph and paper-library tools
ZOTERO_API_KEY, ZOTERO_LIBRARY_ID Zotero Web API or authorized local API connector
ZOTERO_LIBRARY_TYPE, ZOTERO_API_BASE Optional Zotero library type and endpoint override
NOTION_API_KEY, NOTION_DATA_SOURCE_ID Notion one-way publisher

Errors returned to the model redact request URLs and credentials.

Development

git clone https://github.com/Liyux3/scholar-mcp.git
cd scholar-mcp
uv sync --extra dev
uv run pytest

Unit tests are the default. Live API tests are marked integration and run separately with uv run pytest -m integration; pytest reports them as deselected during the deterministic unit run because the marker filter intentionally leaves network-dependent cases out of that invocation.

Connector and feature contributions follow CONTRIBUTING.md. Report security issues through the private process in SECURITY.md; citation metadata is available in CITATION.cff.

Local and Docker clients use stdio by default. Set SCHOLAR_MCP_TRANSPORT=http for Streamable HTTP; the default endpoint is /mcp.

License

Apache License 2.0

from github.com/Liyux3/scholar-mcp

Установка Liyux3/scholar-mcp

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Liyux3/scholar-mcp

FAQ

Liyux3/scholar-mcp MCP бесплатный?

Да, Liyux3/scholar-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Liyux3/scholar-mcp?

Нет, Liyux3/scholar-mcp работает без API-ключей и переменных окружения.

Liyux3/scholar-mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Liyux3/scholar-mcp в Claude Desktop, Claude Code или Cursor?

Открой Liyux3/scholar-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare Liyux3/scholar-mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity