cnki-mcp-server

xxxxchaos/cnki-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
CNKI (中国知网) MCP Server — 通过 Model Context Protocol 为 AI Agent 提供中文学术论文检索能力。6个工具、MIT许可、Playwright引擎。
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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