MCP Paper Finder
Search and download academic papers from arXiv.
Search and retrieve papers from Elsevier (requires API key).
Search for academic papers using Google Scholar.
Search and access papers from ResearchGate (optional cookie to avoid rate limiting).
Search and download research outputs from Zenodo.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Paper FinderSearch for papers on machine learning from arXiv"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Paper Finder 📚🔍
A modular, extensible Model Context Protocol (MCP) server for searching, downloading, and reading academic papers from multiple sources, including arXiv, Zenodo, bioRxiv, medRxiv, CrossRef, Google Scholar, ResearchGate, Sci-Hub, and Elsevier.

Features ✨
Unified Search 🔎: Query multiple academic sources with a single interface.
Download PDFs 📥: Download papers (when available) from supported sources.
Read Papers 📖: Extract and return text from downloaded PDFs (where supported).
MCP Compatible 🤝: Works as a local MCP tool for Claude, Open Interpreter, and other MCP clients.
Extensible 🛠️: Easily add new sources or tools.
Related MCP server: rust-research-mcp
Supported Sources 🌐
Elsevier (requires API key)
Quick Start 🚀
You can run MCP Paper Finder in two ways:
1. Run with Docker (Recommended) 🐳
Copy this JSON as your MCP tool in your MCP client (Make sure to locate the config file). Feel free to add env variable in the env section. Env variables are presented in .env.example.
"mcpServers": {
"paper-finder": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"DOTENV_CONFIG_QUIET=true",
"walids35/mcp-paper-finder"
],
"env": {
"ELSEVIER_API_KEY": "your API KEY", // OPTIONAL (in case you want to use elsevier provider)
"RESEARCHGATE_COOKIE": "", // OPTIONAL (in case of 429 Too many requests error)
"SCIHUB_COOKIE": "" // OPTIONAL (recommended to bypass DDOS Guard)
}
}
}2. Run Locally 💻
git clone https://github.com/Walids35/mcp-paper-finder.git
cd mcp-paper-finder
npm install
npm run buildCreate
.envfile and add the environment variables presented in.env.example
Then, add the path to your built entry point (e.g., node ./build/index.js) as a local tool in your MCP client (such as Claude or Open Interpreter).
"paper-finder": {
"command": "node",
"args": [
"ABSOLUTE/PATH/TO/MCPDIRECOTRY/build/index.js"
]
}Testing 🧪
Run all tests with:
npm testProject Structure 🗂️
src/
index.ts # MCP server entry point
providers/ # Source-specific search/download/read logic
tests/ # Jest test cases for each provider
types/ # Shared type definitionsAdding New Sources ➕
Implement a new provider class in
src/providers/.Register it as a tool in
src/index.ts.Add tests in
src/tests/.
Demo

License 📜
Note: This project is for research and educational purposes. Respect the terms of service and copyright policies of each data provider.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for searching and downloading academic papers from multiple sources including arXiv, PubMed, bioRxiv, and Sci-Hub, designed for seamless integration with large language models like Claude Desktop.Last updated572,291MIT
- Alicense-qualityDmaintenanceAn MCP server for academic research that enables paper search across 14 sources, PDF download with multi-provider fallback, metadata extraction, and bibliography generation.Last updated2GPL 3.0
- Alicense-qualityDmaintenanceA MCP server for academic literature retrieval, aggregating multiple data sources like arXiv, Crossref, OpenAlex, PubMed, and Semantic Scholar to provide search, details, citations, trends, and recommendations.Last updated4MIT
- AlicenseAqualityDmaintenanceMCP server for searching, retrieving, and extracting full-text PDFs from arXiv papers.Last updated524MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Walids35/mcp-paper-finder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server