HomeOther › dsh-novel-writer — 网文写作体检

dsh-novel-writer — 网文写作体检

Offline toolkit: 18 tools for Chinese web-novel style, plot-thread and continuity audits.

TypeScript Local macOSWindowsLinux
★ 17 stars Last pushed 2026-09-19 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 5.1.1)

npx -y dsh-novel-writer@5.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "dsh-novel-writer": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-novel-writer@5.1.1"
      ],
      "env": {
        "DSH_NOVEL_WRITER_ROOT": "<YOUR_VALUE>",
        "DSH_NOVEL_WRITER_STATE": "<YOUR_VALUE>"
      }
    }
  }
}
  • DSH_NOVEL_WRITER_ROOT — 书库根目录。优先级低于命令行 --root,高于当前工作目录。
  • DSH_NOVEL_WRITER_STATE — 插件状态文件路径,默认 ~/.dsh/dsh-novel-writer/state.json。

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry