books_creater

AssassinQuin/books_creater
★ 0 stars Python 🌐 Browser/Web Updated 2d ago
AI-powered web novel creation toolkit — MCP server + writing skills for million-word novels
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "books_creater": {
      "command": "uvx",
      "args": [
        "books-creater"
      ]
    }
  }
}

Or install with pip: pip install books-creater