pshap/mcp-neolibrarian
If you are the rightful owner of mcp-neolibrarian 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 Neolibrarian MCP: Calibre Library is a minimal MCP server that provides read-only access to a local Calibre library, allowing users to search metadata, inspect formats, and extract small content samples for analysis.
Tools
Functions exposed to the LLM to take actions
ping
Quick health check and paths.
get_total_books
Retrieve the total number of books in the library.
search_by_author
Search for books by author name.
search_by_title
Search for books by title.
unified_search
Perform a comprehensive search using various parameters.
get_book_details
Retrieve detailed information about a specific book.
get_book_formats
Get available formats for a specific book.
get_book_sample
Extract a small content sample from a book.
analyze_book_content
Analyze book content with specified parameters.
full_text_search
Perform a full-text search across the library.
full_text_search_book
Perform a full-text search within a specific book.
get_books_batch
Retrieve metadata for a batch of books.
get_random_books
Get a random selection of books.
get_full_text_search_stats
Retrieve statistics for full-text searches.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client