Back to Apps

CNKICrawlerMCP
by mangofang
Academic paper crawler for China National Knowledge Infrastructure (CNKI) allowing AI to search and extract research papers.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to the China National Knowledge Infrastructure (CNKI) database, enabling the automated search, retrieval, and extraction of academic papers and journal metadata.
Tools
ScanPaper: Search for academic papers using keywords.GetPaperInfo: Retrieve detailed metadata and abstracts for a specific paper.GetPaperMainBody: Extract the full text content from an online reading page.SetGlobalCookie: Manually configure authentication cookies for access.handleGetGlobalCookie: Retrieve current session cookies for debugging.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cnki-crawler": {
"command": "cmd",
"args": ["/c", "C:/path/to/CNKICrawlerMCP.exe"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
go build -o CNKICrawlerMCPInformation
- Pricing
- free
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"cnki-crawler": {
"command": "cmd",
"args": ["/c", "C:/path/to/CNKICrawlerMCP.exe"]
}
}
}





