mcpbeat Sign in

Scholar MCP Server

local only

Scholar MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 147 installs a week from pypi. Last commit 10 Sep 2026.

Federated academic search, citation traversal, persistent PDF download, and temporary reading.

Installs per day peak 776 · avg 68 · +55% w/w
a month agotoday
1 147
Installs / week
pypi · scholar-mcp
3
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: SCHOLAR_DATA_DIR, SCHOLAR_MCP_EXTENSIONS, S2_API_KEY, OPENALEX_API_KEY, CORE_API_KEY, SCOPUS_API_KEY, DASHSCOPE_API_KEY, EXA_API_KEY, ZOTERO_API_KEY, ZOTERO_LIBRARY_ID, NOTION_API_KEY, NOTION_DATA_SOURCE_ID. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scholar MCP

same job, measured the same way
OmniScholar
by luffysolution-svg

Literature, Zotero, PDF, citation, materials, and scientific image tools for research agents.

local only
Scholar RAG MCP
by notwhiteblank

Academic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.

1 482 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Scholar
by mlintangmz2765

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

47 installs/wk local only
Scholar MCP
by pvliesdonk

FastMCP server for scholarly papers, patents, books and standards with docling PDF conversion

217 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
MCP Search Server
by kazkozdev

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

22 installs/wk local only
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only

Scholar MCP — questions

Answers built from our own checks of this server.

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