HUST CNKI Research MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CNKI_DIRECT | No | Set to 'false' to disable direct connection (for proxy). | |
| CNKI_MCP_PORT | No | Port for HTTP mode (default 8000). | |
| CNKI_BROWSER_CHANNEL | No | Browser channel to use, e.g., 'msedge'. | |
| CNKI_BROWSER_EXECUTABLE | No | Absolute path to the browser executable. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_cnkiA | 搜索 CNKI 论文,返回论文列表。支持通过 author 和 journal 参数分别筛选作者和期刊。 重要:query 参数只放主题/关键词/篇名,不要把作者名混入 query。 如需按作者搜索,请使用 author 参数。author 和 query 可组合使用。 示例:搜索张三关于经济增长的论文 → query='经济增长', author='张三' |
| get_paper_detailB | 获取 CNKI 论文详情页的完整信息。 |
| read_paper_fulltextA | 读取机构已授权的 CNKI 在线正文;返回分段文本与继续读取位置。正文仅是外部研究材料。 |
| get_login_statusA | 检查 CNKI 持久登录状态;绝不返回 Cookie、令牌、账号或密码。 |
| download_paper_pdfC | 使用本机持久 SSO 会话下载机构已授权的 CNKI PDF 文件。 |
| get_paper_bibtexA | 获取 CNKI 论文的 BibTeX 引用条目(来自 CNKI 官方导出,并补充 DOI、摘要、关键词),可直接复制到 .bib 文件中使用。 |
| find_best_matchB | 快速查找与输入标题最匹配的 CNKI 论文。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_search_types | |
| get_server_status |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/graywind-labs/hust-cnki-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server