A
licenseNot graded
qualityA
maintenanceAn MCP server for creating and editing EPUB novels, handling metadata, chapters, navigation, cover, and resources.
15 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: listing novels, switching context, viewing current, getting stats, listing chapters, and publishing. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case: list_novels, switch_novel, get_current_novel, get_novel_stats, list_chapters, publish_chapter.
With 6 tools, the set is well-scoped for a writing/publishing server, covering essential actions without being too sparse or bloated.
The tools cover core workflows (listing, switching, stats, chapter listing, publishing). Minor gaps exist, such as lacking update/delete operations for novels or chapters, but the core publishing flow is complete.