Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Liyux3/scholar-mcp

FreeNot checked

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

GitHubEmbed

About

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

Installing Liyux3/scholar-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Liyux3/scholar-mcp

FAQ

Is Liyux3/scholar-mcp MCP free?

Yes, Liyux3/scholar-mcp MCP is free — one-click install via Unyly at no cost.

Does Liyux3/scholar-mcp need an API key?

No, Liyux3/scholar-mcp runs without API keys or environment variables.

Is Liyux3/scholar-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Liyux3/scholar-mcp in Claude Desktop, Claude Code or Cursor?

Open Liyux3/scholar-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Liyux3/scholar-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs