Hardened Scholar MCP for deep academic research (Scopus, OpenAlex, Unpaywall) with PDF vision.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol (MCP) server providing structured access to scientific literature databases. It serves as a unified interface for Scopus, OpenAlex, Semantic Scholar, and Unpaywall, enabling AI agents to perform systematic paper discovery, author disambiguation, citation lineage tracking, and multimodal Content extraction.
Unified Literature Search
Book Search & Extraction
Author Identification & Metrics
Citation Lineage Tracking
Structured & Multimodal Extraction
Topic Mapping & Field Analysis
Access Management & Fallbacks
The fastest way to use the server is directly via PyPI:
| Variable | Required | Description |
|---|---|---|
SCOPUS_API_KEY | Yes | Elsevier API key for Scopus search and author retrieval. |
S2_API_KEY | No | Semantic Scholar API key for TLDRs and S2 graph access. |
SCIHUB_MIRRORS | No | Comma-separated list of active Sci-Hub mirrors for PDF fallback. |
LIBGEN_MIRRORS | No | Comma-separated list of active Library Genesis mirrors. |
SCOPUS_INST_TOKEN | No | Institutional token for full abstract access via Scopus. |
CONTACT_EMAIL | Yes | Email for OpenAlex/Unpaywall polite-pool API routing. |
Add the following to your configuration file (e.g., claude_desktop_config.json):
Once configured, your AI agent can perform complex research workflows. Below are representative examples of tool inputs and structured outputs.
Prompt: "Find recent papers about 'Transformer architectures' published after 2022 using Scopus."
Tool Call: search_papers_tool(query="TITLE-ABS-KEY(Transformer architectures) AND PUBYEAR > 2022", limit=3)
Output:
Prompt: "I need to see the diagram for the neural network architecture on page 3 of this URL."
Tool Call: get_full_text_visual_tool(url="https://arxiv.org/pdf/1706.03762.pdf", max_pages=3)
Output:
[Text] "Successfully rendered 3 pages visually..."[Image] (PNG data of page 1)[Image] (PNG data of page 2)[Image] (PNG data of page 3 - containing the architecture diagram)Prompt: "Help me understand the subfields and domains related to 'Generative AI'."
Tool Call: search_topics_tool(query="Generative AI")
Output:
The server registers 23 tools across 7 categories:
| Tool | Signature | Description |
|---|---|---|
search_papers_tool | (query, limit=5, use_scopus=True, sort_by="relevance") | Search papers via Scopus (Boolean syntax) or OpenAlex. Sort by cited_by_count or publication_year. |
search_papers_s2_tool | (query, limit=5) | Search papers via Semantic Scholar. Note: strictly rate-limited to 1 request/sec. |
get_paper_details_tool | (paper_id) | Fetch full metadata and abstract by Scopus ID, DOI, or OpenAlex ID (with automatic routing). |
get_paper_details_s2_tool | (paper_id) | Fetch full metadata from Semantic Scholar, including AI-generated TLDRs. Accepts S2 ID or DOI. |
search_titles_unpaywall_tool | (query, is_oa=None) | Search Unpaywall's database directly by title. Set is_oa=True for strictly OA results. |
get_related_works_tool | (paper_id, limit=10) | Find related/similar papers using OpenAlex's bibliographic coupling. |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/scholar)<a href="https://allmcps.com/mcp/scholar"><img src="https://allmcps.com/api/badge/scholar?style=directory" alt="Scholar on AllMCPs" /></a>