mcpbeat Sign in

Librarian MCP Server

local only

Librarian runs on your own machine — the client starts it, so there is no endpoint to ping. 362 installs a week from pypi. Last commit 10 Jul 2026.

Deterministic ebook-to-markdown pipeline with MCP tools to browse, search, and read your books.

Installs per day peak 229 · avg 22 · +326% w/w
a month agotoday
362
Installs / week
pypi · librarian-cli
2
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: LIB_HOME (Library root directory (default ./library)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Librarian

same job, measured the same way
Sensefold
by sensefold

Personal context for every AI: search, read, and write back to your private Markdown library.

answering
Raster
by raster

Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP.

answering
Zotero MCP
by 54yyyu

Search, read, annotate, and add to your Zotero research library, local or web.

3 041 installs/wk local only
Designvault
by designvault

Search, browse and manage your DesignVault design-asset library from any MCP client.

37 installs/wk local only
C
Organikpi
by organikpi

OrganiKPI MCP: search and fetch services, posts and tools as clean markdown (read-only).

3 tools answering
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Linkwarden MCP
by flumpiey

Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.

204 installs/wk local only
liz's doc public knowledge
by liz6

Read-only search and Markdown access to liz's public docs, prompts, resources, and an MCP App.

5 tools answering

Librarian — questions

Answers built from our own checks of this server.

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