CNKI-MCP-Verifier
by buluo533 · ★ 8
一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的知网文献真实性验证工具。 AI 在生成学术内容时经常"幻觉"出不存在的论文引用。本项目作为 MCP Server 接入 AI 工作流,在 AI 引用文献前自动查询 CNKI(中国知网),对标题和作者进行模糊匹配比对,判断论文是否真实存在。
Install
git clone https://github.com/buluo533/CNKI-MCP-Verifier.git Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"cnki-mcp-verifier": {
"command": "npx",
"args": [
"-y",
"github:buluo533/CNKI-MCP-Verifier"
]
}
}
} 💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
Playwright MCP server
playwright-cli
microsoft
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
financial-services-plugins
anthropics
financial-services-plugins — MCP server.
NLWeb
nlweb-ai
Main reference implementation for NLWeb, implemented in Python.
OpenSpace
HKUDS
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
csharp-sdk
modelcontextprotocol
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.