Dsh Novel Writer - 网文写作体检 MCP Server
18 个工具,覆盖「动笔前取材料 → 写完量化自检 → 改稿按优先级复测 → 跨章结构体检」整条流程。 动笔前一次调用取齐 16 项材料(漏读一样就漂移);改稿不再只丢给你一堆数字,而是按严重度排好的待办(带原句行号、当前值与目标值、原著锚段,只给方向不代写);跨章层面能查「线断了、人丢了、伏笔忘了」。 句式 / 情感 / 语义全部在本地算:24MB 中文模型随包分发,零 API 花费、正文不出本机。 为 DeepSeek Harness(DSH)打造;同一套能力也可作为 MCP 服务器给 Claude Desktop / Cursor 使用。. It runs locally over stdio via the published package.
People who work with ai writing, cordis and deepseek harness and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-18 · ★ 16 · #18 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18
MIT · JavaScript servers · how we verify → /methodology
01 · Install Dsh Novel Writer - 网文写作体检
Claude Code
claude mcp add siweina-dsh-novel-writer -- npx -y dsh-novel-writer Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"siweina-dsh-novel-writer": {
"command": "npx",
"args": [
"-y",
"dsh-novel-writer"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
repo age created 2026-08-16 - young repo, little track record yet
license MIT - declared in the repository
npm package dsh-novel-writer - unscoped; check the name against the project README before installing
registry namespace io.github.siweina is GitHub-verified and matches the repo owner
03 · What Dsh Novel Writer - 网文写作体检 can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v5.1.1 · 2026-09-18
dsh-novel-writer v5.1.1 · > 一个 UI 修复:侧边栏面板里的「提示词场景」按钮点不动。 · 问题 · 在「写作助手功能」面板中,「提示词场景」那一行(通用 / 写新章 / 改稿 / 审计 / 建资料)五个按钮全部置灰、点不了。 · 原因:lib/client.js 把场景按钮的 disabled 绑在了 systemPromptMode !== "full" 上。而默认档位是…
v5.1.0 · 2026-09-18
dsh-novel-writer v5.1.0 · > 这是一次"降本 + 去僵化"的修复版。 用户反馈:插件反复调用工具、步骤变多;改稿比单写还贵(约 0.2~0.3 元/万字 → 0.7 元);写出来的文章整体僵化。 · > · > 排查结论:不是崩溃、也不是死循环 - - 是 v5.0.0 把三处"可选动作"写成了"每次必做",再加上改稿清单默认过长;同时"照骨架造句"与"任一维度出带必改"两处口径让文章越改越僵。…
v5.0.0 · 2026-09-17
dsh-novel-writer v5.0.0 · > 把「写作」从一堆分析工具,变成一条能走完的流程。工具数 16 → 18,全部纯本地、零新增依赖、零网络、不调用任何 LLM。 · 写作流程原来是这样的:想动笔,得自己依次调 novel_chapters → novel_read → novel_outline → novel_plot → novel_settings → novel_style_check(6~8…
04 · Who maintains Dsh Novel Writer - 网文写作体检
dsh-novel-writer - 网文写作体检 is maintained by siweina. It's the only MCP server we track from this author; the repo dates to Aug 2026.
05 · Facts
- repository
- github.com/siweina/dsh-novel-writer
- category
- API integration - ranked #18 of 278 actively-maintained API integration servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-18)
- registry
- io.github.siweina/dsh-novel-writer (active, first published 2026-09-08 · 6 versions)
- packages
- npm:dsh-novel-writer
06 · Dsh Novel Writer - 网文写作体检 FAQ
What is Dsh Novel Writer - 网文写作体检?
18 个工具,覆盖「动笔前取材料 → 写完量化自检 → 改稿按优先级复测 → 跨章结构体检」整条流程。 动笔前一次调用取齐 16 项材料(漏读一样就漂移);改稿不再只丢给你一堆数字,而是按严重度排好的待办(带原句行号、当前值与目标值、原著锚段,只给方向不代写);跨章层面能查「线断了、人丢了、伏笔忘了」。 句式 / 情感 / 语义全部在本地算:24MB 中文模型随包分发,零 API 花费、正文不出本机。 为 DeepSeek Harness(DSH)打造;同一套能力也可作为 MCP 服务器给 Claude Desktop / Cursor 使用。. It runs locally over stdio via the published package.
Is Dsh Novel Writer - 网文写作体检 still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install Dsh Novel Writer - 网文写作体检?
Run `npx -y dsh-novel-writer`. You can also paste the ready-made client config above.
Does Dsh Novel Writer - 网文写作体检 run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Dsh Novel Writer - 网文写作体检
Alternatives to Dsh Novel Writer - 网文写作体检
Maintained API integration servers if Dsh Novel Writer - 网文写作体检 isn't the fit.
- LetsFG - Flights & Hotels Search and book flights and hotels: hundreds of airlines, plus bookable hotel rates. ★ 2,033 · 2026-09-14
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 980 · 2026-09-17
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 817 · 2026-08-11
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 803 · 2026-09-17
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 625 · 2026-09-15
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 550 · 2026-08-10
More API integration MCP servers · Federal Compass MCP · OeBB (Austrian Railways) · Social Champ · Socialloop MCP
More JavaScript MCP servers · Skillfed MCP · Uisight · Openunfurl · Framingui · Openregistry · see all