Skip to content

chickensooup/cnki-scholar

v0.2.0MIT

Search CNKI literature metadata, inspect paper records, and trace reference lists with a read-only MCP server and research skill.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cnki-scholarstreamable-http
{
  "type": "streamable-http",
  "url": "http://127.0.0.1:8000/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cnki-scholar",
  "version": "0.2.0",
  "description": "Search CNKI literature metadata, inspect paper records, and trace reference lists with a read-only MCP server and research skill.",
  "author": {
    "name": "CNKI Scholar contributors"
  },
  "license": "MIT",
  "keywords": [
    "CNKI",
    "academic research",
    "Chinese literature",
    "bibliography",
    "theses"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "CNKI Scholar",
        "shortDescription": "Search and inspect CNKI literature metadata.",
        "longDescription": "Find Chinese academic literature on CNKI, narrow by year and document type, inspect bibliographic metadata, and follow reference lists. Designed for read-only literature discovery and novelty checks.",
        "developerName": "CNKI Scholar contributors",
        "capabilities": ["Read"],
        "defaultPrompt": [
          "Search CNKI for recent literature on my research topic and group the most relevant journal articles and theses.",
          "Check whether this proposed research title has already been studied on CNKI, using both exact-title and broader topic searches.",
          "Find the most cited CNKI papers on this topic, then inspect the strongest matches and their references."
        ],
        "brandColor": "#3158A5"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai