mcpbeat Sign in

OmniScholar MCP Server

local only

OmniScholar runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

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

Installs / week
pypi · luffysolution-omnischolar
0
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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

Alternatives to OmniScholar

same job, measured the same way
Scholar MCP
by liyux3

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

1 147 installs/wk local only
I
Bytario
by helloderekg

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

17 installs/wk local only
Zoteus
by oscardvs

Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.

2 384 installs/wk answering
Iteratools
by fredpsantos33

40+ pay-per-use tools for AI agents: search, TTS, QR, PDF, scraping, image gen. x402.

32 installs/wk local only
Devpick
by kimbobmarley03

43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.

24 installs/wk local only
agentsvc.io
by agentsvc

27 pay-per-call web tools for agents: scrape, screenshot, PDF, OCR, search, prices, validation. x402

27 tools answering
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

37 installs/wk local only

OmniScholar — questions

Answers built from our own checks of this server.

Why is there no uptime for OmniScholar?
OmniScholar 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 luffysolution-omnischolar.
How do I connect OmniScholar?
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 luffysolution-omnischolar straight from pypi; nothing to host, nothing to sign up for.
Is OmniScholar 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.