book-stack-mcp

new-usemame/book-stack-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server giving any MCP-capable agent a clean interface to LazyLibrarian, Anna's Archive, Calibre / Calibre-Web, reading-status tracking, and author follow.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "book-stack-mcp": {
      "command": "uvx",
      "args": [
        "book-stack-mcp"
      ]
    }
  }
}

Or install with pip: pip install book-stack-mcp