Skip to main content
Glama
babosina

LibraryMCP

by babosina

Related Servers

Alternatives to LibraryMCP

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      C
      maintenance
      A 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
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server for college library management, enabling book issuance, returns, inventory management, and availability checks via MySQL.
      -
    • F
      license
      A
      quality
      D
      maintenance
      An 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
      -
    • F
      license
      A
      quality
      C
      maintenance
      Provides 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

    A3.7/5.0

    Scored across 13 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    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.

    Completeness3/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues