# worldwonderer/oh-story-claudecode | Model Context Protocol (MCP) Server > 网文/小说写作 skill 包,覆盖长篇与短篇网络小说的扫榜、拆文、写作、去AI味、封面图全流程 | An all-in-one skill pack for long- and short-form web fiction. - **Stars**: ⭐ 5,166 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "oh-story-claudecode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-story-claudecode" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "oh-story-claudecode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-story-claudecode" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-oh-story-claudecode` - **Docker**: `docker run -i --rm mcp/oh-story-claudecode`