Odel
Apple Books

Apple Books

Local
@vgnshiyer56PythonApache-2.0Updated 2mo ago

Access your Apple Books library, annotations, reading progress, and highlights through Claude

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIapple-books-mcpv0.8.0

Run

uvx apple-books-mcp

MCP client config

{
  "mcpServers": {
    "apple-books": {
      "command": "uvx",
      "args": [
        "apple-books-mcp"
      ]
    }
  }
}