← Back to browse

Librarian

Indexed by io.github.Terobyte

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLIB_HOME
Claude Code
claude mcp add --env LIB_HOME= librarian -- uvx librarian-cli
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"librarian","command":"uvx","args":["librarian-cli"],"env":{"LIB_HOME":""}}'
JSON
{
  "mcpServers": {
    "librarian": {
      "command": "uvx",
      "args": [
        "librarian-cli"
      ],
      "env": {
        "LIB_HOME": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.