# Leaf — Reading Tracker Connect your [Leaf](https://readwithleaf.app) reading library to any AI assistant. Track books, log reading sessions, manage your backlog, and stay on top of your reading streak — all through natural conversation. ## What you can do - **Check your reading status** — current streak, today's progress, active books, and milestone tracking - **Log reading sessions** — record pages read for any book in your library - **Manage your library** — add books, change their status (reading, finished, dropped, backlog), or remove them - **Set reading goals** — pages per day or a target finish date, with projected completion dates - **Search books** — look up books by title or ISBN with cover art and metadata ## Requirements - A [Leaf](https://readwithleaf.app) account with an active **Leaf Pro** subscription - Authentication via OAuth — you'll be prompted to sign in with your Leaf account on first use ## Authentication This server uses OAuth 2.0 with PKCE. Your MCP client will open a browser window to sign in — no manual token setup required.
How to connect
https://server.smithery.ai/kaayru/leaf-books/mcp
curl -X POST https://server.smithery.ai/kaayru/leaf-books/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'