webnovel-writer

GitHub

基于 Claude Code 的长篇网文辅助创作系统,解决 AI 写作中的「遗忘」和「幻觉」问题,支持 200 万字量级 连载创作。

6,209 stars Python
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "webnovel-writer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webnovel-writer"
      ]
    }
  }
}