mcpbeat Sign in

Scholar MCP Server

by mlintangmz2765 Your server? Claim it
local only

Scholar runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from pypi. Last commit 5 May 2026.

Hardened Scholar MCP for deep academic research (Scopus, OpenAlex, Unpaywall) with PDF vision.

Installs per day peak 16 · avg 7 · -8% w/w
a month agotoday
47
Installs / week
pypi · scholar-academic-mcp
0
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Scholar 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 scholar -- uvx scholar-academic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scholar": {
      "args": [
        "scholar-academic-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scholar]
command = "uvx"
args = ["scholar-academic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scholar": {
      "args": [
        "scholar-academic-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scholar": {
      "args": [
        "scholar-academic-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SCOPUS_API_KEY (Your Elsevier Scopus API Key), CONTACT_EMAIL (Email for OpenAlex polite pool and Unpaywall identification), SCOPUS_INST_TOKEN (Optional Elsevier Institutional Token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scholar

same job, measured the same way
PinRAG
by ndjordjevic

MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations.

366 installs/wk local only
Webhound
by webhound

Budgeted reports and datasets with Hound, Webhound's DeepSeek V4 Pro + GPT-5.4 research harness.

163 installs/wk answering
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only
Arachne MCP
by samuelfmedeiros

Arachne MCP — scraping, browser, vision, OCR, RAG, Social Research, GitHub + VRT (56 tools).

213 installs/wk local only
Fodda Deep Research
by fodda

Autonomous deep research reports merging PSFK trend graphs with citable sources.

14 tools answering
Google Surf MCP
by harimxchoi

Web, academic and code search with graph RAG, data lineage, ontology and cross-project schema links.

1 307 installs/wk local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
GPT Chat
by codechap

MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings

local only

Scholar — questions

Answers built from our own checks of this server.

Why is there no uptime for Scholar?
Scholar 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 pypi package scholar-academic-mcp was installed 47 times last week.
How do I connect Scholar?
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 scholar-academic-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Scholar?
The pypi package scholar-academic-mcp was installed 47 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scholar open source?
Yes — it is published under the MIT licence, written in Python and 0 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.