LibraryMCP
Related Servers
Alternatives to LibraryMCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceA small MCP server modeling a library with tools to search books, borrow books, and manage members, enabling interaction with a library catalog through natural language.4-
- AlicenseBqualityDmaintenanceMCP server that enables searching books by author via Open Library API and searching keywords inside local text files.2141 npmMIT
- FlicenseNot gradedqualityCmaintenanceMCP server for college library management, enabling book issuance, returns, inventory management, and availability checks via MySQL.-
- FlicenseAqualityDmaintenanceAn MCP server for managing local Calibre libraries using the calibredb CLI. It allows users to search books, manage metadata, and retrieve EPUB file paths through natural language commands.7-
- AlicenseNot gradedqualityCmaintenanceMCP server for querying HyRead ebook collections across 41 Taiwan public libraries, enabling search, book details, and library availability checks via natural language.MIT
- FlicenseAqualityCmaintenanceProvides a small educational library MCP server that demonstrates core Model Context Protocol concepts through book search, checkout, resource reading, prompts, and tool annotations, enabling developers to explore MCP mechanics interactively.4-
TDQS
Scored across 13 tools
Most tools have clearly distinct purposes: book catalog, member management, loans, and fines form separate clusters. The main overlap is that get_member includes loan history and outstanding fines, which also have dedicated tools, but the descriptions are clear enough to avoid serious confusion.
All tools follow a consistent verb_noun snake_case pattern, such as get_book, update_book, borrow_book, and list_members. There are no mixed conventions or vague generic verbs, making the API predictable.
13 tools is well-scoped for a library management domain, covering books, members, loans, and fines without excessive granularity. Each tool represents a meaningful operation that earns its place in the set.
Book catalog coverage is solid, and borrow/return/fine-check workflows are present. However, there is no update_member tool, and fines can only be checked, never paid or cleared, leaving an unresolved state for members with unpaid fines.