mcpbeat Sign in

Find Research Papers MCP Server

local only

Find Research Papers runs on your own machine — the client starts it, so there is no endpoint to ping. 201 installs a week from npm. Last commit 31 Aug 2026.

Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.

Installs per day peak 141 · avg 5
a month agotoday
201
Installs / week
npm · find-research-papers-mcp
5
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox papers_mcp/telemetry.py:212
            or os.path.exists("/.dockerenv")):
File ships in the package but is absent from the source [пакет] bin/index.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command papers_mcp/telemetry.py:193
            out = subprocess.check_output(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add find-research-papers-mcp -- npx -y find-research-papers-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "find-research-papers-mcp": {
      "args": [
        "-y",
        "find-research-papers-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.find-research-papers-mcp]
command = "npx"
args = ["-y", "find-research-papers-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "find-research-papers-mcp": {
      "args": [
        "-y",
        "find-research-papers-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "find-research-papers-mcp": {
      "args": [
        "-y",
        "find-research-papers-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Find Research Papers

same job, measured the same way
Academic Research MCP
by themineworks

Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

answering
MCP Scholaris
by penny4nonsense

Academic paper search and retrieval via arXiv, Semantic Scholar, PubMed, Unpaywall.

83 installs/wk local only
Paper MCP
by mcpservings

Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

41 tools answering
Adamamer20 Paper Search MCP Openai
by smithery

Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

answering
O
Academic Research Search
by memoryapi

Academic research search across PubMed and arXiv

3 tools answering
N
Peer Research Papers MCP
by nexlab

Scholarly literature search across nine sources

answering
Semanticscholar
by smaboundless

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

26 installs/wk local only
Academic Research MCP Server
by thenextgennexus

Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge

16 installs/wk local only

Find Research Papers — questions

Answers built from our own checks of this server.

Why is there no uptime for Find Research Papers?
Find Research Papers runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package find-research-papers-mcp was installed 201 times last week.
How do I connect Find Research Papers?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls find-research-papers-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Find Research Papers?
The npm package find-research-papers-mcp was installed 201 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Find Research Papers open source?
Yes — it is published under the MIT licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.