Basic icon

Basic

Manages a digital library with functionalities for searching, adding books, and generating literary review prompts via an MCP server.

소개

This tool is a Model Context Protocol (MCP) server that implements an interactive digital library. It enables users to perform various operations such as searching for books by title or author, adding new books, retrieving detailed information about specific titles, and generating professional prompts for literary reviews. The server stores book data in an in-memory database and is designed as a foundational example for developing MCP-compatible applications, intended for use with MCP clients like Claude Desktop.

주요 기능

  • Access detailed information for any book
  • 0 GitHub stars
  • Add new books to the library
  • In-memory database for storing book information
  • Search books by title or author
  • Generate professional literary review prompts

사용 사례

  • Serve as a basic digital library backend for MCP clients
  • Generate structured prompts for literary analysis and reviews
  • Provide an example implementation for MCP server development
Basic: Digital Library Manager & Review Prompt Tool