Odel
Scholar MCP

Scholar MCP

Local
@liyux32PythonApache-2.0Updated 2 days ago

Federated academic search, citation traversal, persistent PDF download, and temporary reading.

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

ProfileToolResponsibility
Coresearch_papersMulti-source retrieval, filters, reranking, and citation discovery
Corepaper_infoPaper detail, citations, and references through one selective call
Corerecommend_papersRelated work through semantic and citation connections
Coresearch_authorsAuthor profiles, affiliations, paper counts, and h-index
Coreread_paperTemporarily fetch and read a complete paper in one call
Coredownload_paperPersist a PDF and index it in a collection
Researchbuild_paper_graphBounded citation graph with PageRank, bridges, nodes, edges, and Mermaid
Researchpaper_libraryCollections, 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

ChannelSourcesQuery form and role
SemanticOpenAlex semantic, arxiv.gg, optional ExaFull natural-language question
Full textSemantic Scholar snippet searchMatching passages from open-access papers
Broad metadataOpenAlex, Semantic Scholar, Crossref, optional ScopusIdentity, coverage, citations, and filters
Preprints and conferencesarXiv, OpenReviewRecent work and conference records
BiomedicalPubMed, Europe PMCMedicine, biology, and full-text repositories
Domain and repositoryDBLP, INSPIRE-HEP, DOAJ, CORE, OpenAIRE, HALCS, physics, open journals, and repositories
Web fallbackGoogle ScholarBest 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.

SystemR@5R@10R@20MRR
Scholar0.620.680.700.442
Exa research paper0.520.580.640.435
BM25 title + abstract0.460.460.560.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.

VariablePurpose
SCHOLAR_DATA_DIRShared data root; default ~/.scholar-mcp
SCHOLAR_KB_DIRSQLite library and JSONL snapshot directory
SCHOLAR_OBSIDIAN_VAULTObsidian projection root; no authentication required
S2_API_KEY / S2_API_KEYSSemantic Scholar search, snippets, graph, and rate limits
OPENALEX_API_KEY / OPENALEX_API_KEYSOpenAlex search, semantic search, and graph calls
OPENALEX_EMAILOpenAlex polite pool and Unpaywall
DASHSCOPE_API_KEYQwen reranker
SCOPUS_API_KEYOptional Scopus metadata source
CORE_API_KEYOptional CORE repository source
EXA_API_KEYOptional Exa research-paper source
OPENREVIEW_USERNAME, OPENREVIEW_PASSWORDOpenReview API
SCHOLAR_SOURCE_BUDGET_SInitial source fan-out budget; default 8 seconds
SCHOLAR_DOWNLOAD_DIRPersistent PDF directory; default <data>/papers
SCHOLAR_MCP_EXTENSIONSUse research for graph and paper-library tools
ZOTERO_API_KEY, ZOTERO_LIBRARY_IDZotero Web API or authorized local API connector
ZOTERO_LIBRARY_TYPE, ZOTERO_API_BASEOptional Zotero library type and endpoint override
NOTION_API_KEY, NOTION_DATA_SOURCE_IDNotion 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