New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@wyrdsekai/researchzosho-mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wyrdsekai/researchzosho-mcp

Starts ResearchZosho, the research librarian for the rest of us, as an MCP server over stdio: npx @wyrdsekai/researchzosho-mcp

latest
Source
npmnpm
Version
0.4.6
Version published
Maintainers
1
Created
Source

@wyrdsekai/researchzosho-mcp

Starts ResearchZosho, the research librarian for the rest of us, as an MCP server over stdio. Any MCP client that can run npx can run it:

{ "mcpServers": { "librarian": { "command": "npx", "args": ["-y", "@wyrdsekai/researchzosho-mcp"] } } }
claude mcp add --scope user librarian -- npx -y @wyrdsekai/researchzosho-mcp

There is no Java in this package and no copy of the program. The launcher finds an installed ResearchZosho and starts researchzosho mcp. When none is installed it fetches the release of the same version from GitHub, checks it against the release's own SHA256SUMS (no sums, no install), unpacks it under ~/.researchzosho/launcher, and starts it: the small tarball when Java 21 or newer is on the machine, otherwise the build for this platform that carries its own runtime, so nothing has to be installed first. A machine with no library gets one made at ~/researchzosho-library; researchzosho setup names a model server and installs the service, and the pages at http://127.0.0.1:4649/ come with it.

Nothing but the MCP stream is written to stdout. Every message from the launcher goes to stderr.

variablemeaning
RESEARCHZOSHO_PREFIXwhere the one-line installer put the program (default ~/.local, or %LOCALAPPDATA%\Programs)
RESEARCHZOSHO_LIBRARYthe library folder (default ~/researchzosho-library)

The version of this package is the version of ResearchZosho it starts. Docs: LIBRARIAN_HOWTOUSE.md, LIBRARY_PROTOCOL.md. License: Apache 2.0.

Keywords

mcp

FAQs

Package last updated on 17 Sep 2026

Related posts