What problem does it solve?
Managing e-book libraries through Calibre's native tools requires memorizing complex command syntax across calibredb, ebook-convert, and ebook-meta, making it hard for AI agents and scripts to automate library operations reliably.
Core Features & Use Cases
- Library & Book Management: Connect to a Calibre library, list, search, add, remove, and export books using the Calibre query language.
- Metadata Editing: Get and set metadata fields (title, authors, tags, series, rating) and embed metadata directly into book files.
- Format Conversion & Chapter Export: Convert between EPUB, MOBI, AZW3, PDF and more, or export each chapter of an EPUB as a separate PDF.
- Use Case: An AI agent can search a library for "author:asimov and tags:scifi", convert the matching EPUBs to MOBI, and update their series metadata — all through structured JSON output.
Quick Start
Ask the agent to connect to your Calibre library and list all books by a specific author in JSON format.