qidian-mcp-server

d3nnywong/qidian-mcp-server
★ 1 stars Python 🔍 Search Updated today
MCP server for collecting Qidian (起点中文网) web novel data — rankings, book details, chapter analysis, and AI-powered book deconstruction for writing research
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qidian-mcp-server": {
      "command": "uvx",
      "args": [
        "qidian-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install qidian-mcp-server