Multi-engine scholarly research server for search, traversal, full text, and reading lists.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-laibniz-scholarfetch": {
"args": [
"mcp-remote",
"https://laibniz-scholarfetch-web.hf.space/mcp/"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Multi-engine scholarly research server for search, traversal, full text, and reading lists.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.laibniz/scholarfetch and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
ScholarFetch is a multi-engine academic research environment for:
It combines:
stdio, sse, streamable-http)The core idea is simple: start from keywords, DOI, or authors, traverse papers and references, inspect abstracts and full text, save what matters, then export a compact corpus for synthesis.
git clone https://github.com/laibniz/scholarfetch.git
cd scholarfetch
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
scholarfetch
Console scripts:
scholarfetchscholarfetch-mcpscholarfetch-fastmcpAlternative:
python3 scholarfetch.py
ScholarFetch loads provider credentials server-side / client-side from environment.
Default env file:
.scholarfetch.envTypical variables:
ELSEVIER_API_KEY=...
ELSEVIER_INSTTOKEN=...
SPRINGER_META_API_KEY=...
SPRINGER_OPENACCESS_API_KEY=...
Notes:
ELSEVIER_INSTTOKEN is optionalScholarFetch CLI is designed for research traversal.
Typical flow:
Example:
/search graph neural networks
/author Albert Einstein
/papers 1 has:abstract
/article 1
/refs 1
/saved
/export fulltext dummy corpus.txt
OPEN, ABSTRACT, TEXT, REFS, and AUTHORBackspace to go to parent nodeEsc to return to promptS to save a paper from paper lists or reference listsX to remove from the saved listAUTHOR action from a paper now lets you select:
ALL AUTHORSopenabstracttextrefsauthor/search <keywords|doi|person name>/author <name>/papers <author name|index> [filters]/doi <doi>/open <index>/abstract <doi|index>/article <doi|index>/refs <doi|index>/ref <index>/saved/export [format style path ...]/import [path]/pick [mode]/config/engines/helpUse with /papers:
year>=YYYY, year<=YYYY, year=YYYYhas:abstract, has:doi, has:pdf, has:fulltextvenue:<text>, title:<text>, doi:<text>Examples:
/papers 1 year>=2020 has:abstract
/papers 1 has:fulltext
/papers andrea de mauro venue:marketing
ScholarFetch supports four export modes from the saved paper set.
bib