Generic MCP server running creative writing subagents (chapter_writer / structure_auditor / style_auditor / reviser) via OpenAI-compatible + Gemini native APIs (juxinapi)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"creative-subagent-ru": {
"command": "npx",
"args": [
"-y",
"leonluo2008-ops/creative-subagent-runner-mcp"
]
}
}
}
Run in terminal:
claude mcp add creative-subagent-ru npx -y leonluo2008-ops/creative-subagent-runner-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"creative-subagent-ru": {
"command": "npx",
"args": [
"-y",
"leonluo2008-ops/creative-subagent-runner-mcp"
]
}
}
}