mcp-readinglist

macbeth76/mcp-readinglist
★ 0 stars TypeScript AI/LLM Updated 2d ago
MCP server for managing a personal reading list — add books, track progress, rate, search by genre/author. Built by dragon-breath v2.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-readinglist": {
      "command": "npx",
      "args": [
        "-y",
        "macbeth76/mcp-readinglist"
      ]
    }
  }
}