ajtudela/calibre_mcp_server
If you are the rightful owner of calibre_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Calibre MCP Server is a Model Context Protocol server designed to facilitate interaction with a Calibre e-book library, enabling users to search and retrieve book metadata efficiently.
Tools
Functions exposed to the LLM to take actions
search_books_by_title
Search books by title pattern with wildcards
search_authors_by_name
Search authors by name pattern with wildcards
get_books_by_author
Get all books by a specific author name
get_books_by_author_id
Get all books by a specific author ID
get_books_by_series
Get all books in a series, ordered by index
get_books_by_tag
Get all books with a specific tag
search_books_by_tag_pattern
Search books by tag pattern with wildcards
get_book_details
Get complete details for a specific book
get_library_stats
Get comprehensive library statistics
get_all_tags
Get all available tags in the library
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client