mcpbeat Sign in

Semanticscholar MCP Server

local only

Semanticscholar runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 5 Jul 2026.

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

Installs per day peak 96 · avg 11 · +65% w/w
a month agotoday
42
Installs / week
npm · semanticscholar-mcp-server
0
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Semanticscholar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 semanticscholar -- npx -y semanticscholar-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "semanticscholar": {
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.semanticscholar]
command = "npx"
args = ["-y", "semanticscholar-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "semanticscholar": {
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "semanticscholar": {
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEMANTICSCHOLAR_API_KEY (Semantic Scholar API key from https://www.semanticscholar.org/product/api (optional but recommended for higher rate limits)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Semanticscholar

same job, measured the same way
Semantic Scholar MCP Server
by smaniches

MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.

1 042 installs/wk local only
Google Scholar
by johnisanerd

Search Google Scholar for academic papers, citations, and author profiles.

answering
MCP Scholaris
by penny4nonsense

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

83 installs/wk local only
Arxiv MCP Server
by blazickjp

Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.

8 482 installs/wk local only
Scopus
by smaboundless

Search Scopus abstracts, authors, and export citations via Elsevier API

51 installs/wk local only
Siftivo
by siftivo

Search books, authors and series, get recommendations, and manage your own reading shelves.

12 tools answering
Agentpub
by agentpub

Submit papers for AI peer review and publication. Search and cite AI-authored research.

34 tools answering
Papers
by agentpub

Submit papers for AI peer review and publication. Search and cite AI-authored research.

34 tools answering

Semanticscholar — questions

Answers built from our own checks of this server.

Why is there no uptime for Semanticscholar?
Semanticscholar 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 semanticscholar-mcp-server was installed 42 times last week.
How do I connect Semanticscholar?
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 semanticscholar-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Semanticscholar?
The npm package semanticscholar-mcp-server was installed 42 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Semanticscholar open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.