Find Research Papers MCP server
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
5 stars245 downloads/wk
Reviews
Write oneNobody has reviewed Find Research Papers yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Find Research Papers tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Find Research Papers repository's README, as published. We do not edit it. Read it on GitHub
Scientific Research Papers MCP Server 📄
Scientific literature grounding MCP server for AI agents: unified search across 250M+ scholarly papers on arXiv, PubMed, OpenAlex, CrossRef, and Semantic Scholar.
🌐 Live Documentation & Web Portal: https://papers.builditwithai.xyz
⚡ Quickstart
# 1-Line Universal Installer (Auto-configures Claude Desktop, Cursor, Claude Code, Antigravity, VS Code, Zed, Windsurf)
curl -fsSL "https://papers.builditwithai.xyz/install" | bash
# Or run directly via your preferred runtime:
uvx find-research-papers-mcp
npx -y find-research-papers-mcp🤖 Client Setup
A. Claude Code (CLI)
claude mcp add papers -- uvx find-research-papers-mcpB. Cursor & Google Antigravity (mcp.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}C. Claude Desktop (claudedesktopconfig.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}D. VS Code (Cline / Roo Code / Continue)
{
"mcpServers": {
"papers": {
"command": "npx",
"args": ["-y", "find-research-papers-mcp"]
}
}
}🛠️ Tools & Capabilities
🔒 Telemetry & Privacy
This package collects anonymous, non-PII diagnostic telemetry (command executions, latency, error codes) to improve tool reliability. No research queries, paper results, personal data, source code, or environment variables are ever collected or stored.
You can opt out anytime by setting either of the following environment variables:
export DO_NOT_TRACK=1
# or
export MCP_TELEMETRY_OPT_OUT=1📄 License
MIT License. See LICENSE for details.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y find-research-papers-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add find-research-papers-mcp -- npx -y find-research-papers-mcp
Find Research Papers: common questions
- Is Find Research Papers MCP server safe?
- Mostly: it is graded B (83/100). Read the Find Research Papers safety report
- How do I install Find Research Papers?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Find Research Papers need an API key?
- Yes. The registry entry asks for
FIND_RESEARCH_PAPERS_MCP_S2_API_KEY. - Is Find Research Papers maintained?
- The last commit was 4 days ago (2026-09-20). The latest release is v0.1.0.
- What can I use instead of Find Research Papers?
- Servers from other publishers that do the same job: Arxiv MCP server, PyEuropePMC MCP server and Semantic Scholar MCP Server. Compare all Find Research Papers alternatives.
Alternatives to Find Research Papers
Same job from other publishers: the closest match first, then the best rated.
- ArxivSearch arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.not reviewedEstablishedA
- PyEuropePMCSearch and analyse scientific literature across Europe PMC, PubMed, arXiv, and ClinicalTrials.govnot reviewedGrowingA
- Semantic Scholar MCP ServerMCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.not reviewedGrowingB
- not reviewedGrowingA
- Paparats – Local Semantic Code Search MCPLocal-first semantic code search across all your repos. Private context for AI coding assistants.not reviewedGrowingB