Scholar MCP Server by 45645678a
38 score
A local academic tool that enables searching across nine academic sources, downloading PDFs, and performing AI-powered analysis of research papers. It also supports generating citation networks and recommending papers based on local workspace code.
Ranked #578 out of 1753 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 77
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Contributors medium impact
Platforms medium impact
Supported Platforms
From the README
# Scholar MCP Server Local academic paper tool MCP server — **9-source search**, multi-source download, AI-powered analysis, citation graph, code-based paper recommendation. ## Quick Install ```bash pip install scholar-mcp-server[all] scholar-mcp-install --all ``` That's it. Restart your IDE and start using it. ## Features | Tool | Description | |---|---| | `paper_search` | 9-source concurrent search with relevance scoring (Semantic Scholar, OpenAlex, Crossref, PubMed, arXiv, CORE, Europe PMC, DOAJ, dblp) | | `paper_download` | Multi-source PDF download: Unpaywall → Publisher OA → arXiv → Sci-Hub → scidownl | | `paper_batch_download` | Batch download multiple papers by DOI list | | `paper_ai_analyze` | AI analysis — downloads PDF, extracts full text (up to 20 pages / 12k chars), sends to any OpenAI-compatible API | | `paper_recommend` | Scan your workspace code → multi-query auto-recommend related papers | | `paper_citation_graph` | Generate Mermaid citation/reference network visRead full README on GitHub →