C
Cnki MCP Verifier
by @buluo533
一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的知网文献真实性验证工具。 AI 在生成学术内容时经常"幻觉"出不存在的论文引用。本项目作为 MCP Server 接入 AI 工作流,在 AI 引用文献前自动查询 CNKI(中国知网),对标题和作者进行模糊匹配比对,判断论文是否真实存在。
Created 4/13/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/buluo533/CNKI-MCP-Verifier
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"buluo533-cnki-mcp-verifier": {
"command": "git",
"args": [
"clone",
"https://github.com/buluo533/CNKI-MCP-Verifier"
]
}
}
}