xcalibre-server

j-zuilkowski/xcalibre-server
★ 0 stars Rust 🤖 AI/LLM Updated today
Self-hosted ebook library manager — Rust/Axum backend, React frontend, Expo mobile app, MCP server for AI integration
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": {
    "xcalibre-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "xcalibre-server"
      ]
    }
  }
}

README Excerpt

Self-hosted ebook library manager. Rust backend, React web app, native iOS/Android apps. --- xcalibre-server is a modern rewrite of calibre-web, built in Rust for speed, reliability, and minimal resource footprint. It lets you host your own ebook library on your own hardware — no cloud, no subscriptions, no privacy compromises.