MCP server for managing a personal reading list — add books, track progress, rate, search by genre/author. Built by dragon-breath v2.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-readinglist npx -y macbeth76/mcp-readinglist
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-readinglist": {
"command": "npx",
"args": [
"-y",
"macbeth76/mcp-readinglist"
]
}
}
}