# lingfengQAQ/webnovel-writer | Model Context Protocol (MCP) Server > 基于 Claude Code 的长篇网文辅助创作系统,解决 AI 写作中的「遗忘」和「幻觉」问题,支持 200 万字量级 连载创作。 - **Stars**: ⭐ 6,209 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "webnovel-writer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-webnovel-writer" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "webnovel-writer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-webnovel-writer" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-webnovel-writer` - **Docker**: `docker run -i --rm mcp/webnovel-writer`