A
licenseA
qualityB
maintenanceAn MCP server that lets AI agents search and download books from z-library using the user's own account credentials.
4
27 npm
8
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool serves a distinct purpose: searching books (search_books), grouping formats (get_formats), and downloading by MD5 (download_book). There is no functional overlap.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to distinguish.
Three tools cover the core workflow of a book search and download server: search, inspect formats, and download. The count is well-scoped for this domain.
The tool set provides complete coverage for the intended purpose: users can search for books, see available formats, and download by MD5. There are no obvious gaps for a read-only retrieval service.