apple-books-mcp by vgnshiyer
47 score
The Apple Books MCP server bridges the gap between your personal reading journey and AI capabilities by transforming static book collections into interactive knowledge repositories.
Ranked #2277 out of 9559 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 17
Freshness 20d ago
Issue Health 100%
Stars 45
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Contributors medium impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# Apple Books MCP Model Context Protocol (MCP) server for Apple Books. ## At a glance * Ask Claude to summarize your recent highlights * Ask Claude to organize books in your library by genre * Ask Claude to recommend similar books based on your reading history * Ask Claude to compare notes from different books read on the same subject https://github.com/user-attachments/assets/77a5a29b-bfd7-4275-a4af-8d6c51a4527e And much more! ## Available Tools | Tool | Description | Parameters | |----------|-------------|------------| | list_collections() | List all collections | None | | get_collection_books(collection_id) | Get all books in a collection | collection_id: str | | describe_collection(collection_id) | Get details of a collection | collection_id: str | | list_all_books() | List all books | None | | get_book_annotations(book_id) | Get all annotations for a book | book_id: str | | describe_book(book_id) | Get details of a particular book | book_id: str | | list_all_annotations() |Read full README on GitHub →