WOS & CNKI MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WOS & CNKI MCP ServerSearch Web of Science for recent papers on CRISPR gene editing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WOS & CNKI MCP Server
用 Go 实现的 MCP 服务端,检索 Web of Science 与 CNKI (中国知网) 文献,并免人机验证获取 CNKI 文章摘要。
功能
WOS 检索:核心合集文献搜索、元数据提取、Unpaywall Open Access 下载。
CNKI 检索 + 免验证摘要:机构 SSO 纯协议登录拿到
LID令牌,文章详情页直接放行、全程无人机验证;内置限流与"被拦自动重登",抗知网频率风控。双传输:SSE (HTTP) + stdio,可接入 Claude Desktop 等 MCP 客户端。
Related MCP server: scholar-mcp
快速开始 (Windows)
cd wos_mcp_go
go build -o wos_mcp_go.exe main.go cnki.go config.go extra_tools.go login.go slider_solver.go wos.go
./wos_mcp_go.exe在 wos_mcp_go.exe 同级目录新建 config.json(参考 config.example.json):
{
"username": "您的机构账号",
"password": "您的密码",
"port": 5000,
"download_path": "download"
}启动后 SSE 端点为 http://127.0.0.1:5000/sse(端口由 port 决定),stdio 同时开启。
接入 MCP 客户端(Claude Desktop)
Windows:%APPDATA%\Claude\claude_desktop_config.json,添加:
{
"mcpServers": {
"academic-search": {
"command": "C:\\完整路径\\wos_mcp_go.exe",
"args": []
}
}
}重启 Claude Desktop 后即可直接让它调用知网/WOS 搜索与摘要。
配置说明
字段 | 说明 |
| 机构 CAS 账号。也可用环境变量 |
| SSE 监听端口,默认 5000 |
|
|
| 下载目录 |
| 会话,登录后自动刷新,无需手工填 |
⚠️ 密码安全:登录后账号密码会以明文写入
config.json。请勿提交config.json、config.key到版本库;或改用环境变量注入。
致谢
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceUnified academic search MCP server that searches open literature (arXiv, bioRxiv, medRxiv, PMC), CNKI, and Web of Science, with browser-backed authentication, local paper library, and export to multiple formats.212MIT
- AlicenseAqualityBmaintenanceMulti-source academic paper search, citation graph exploration, and PDF download as an MCP server, designed for LLM agents doing research.101MIT
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseNot gradedqualityCmaintenanceUnifies academic literature retrieval from multiple sources like Scopus, ArXiv, PubMed, and Google Scholar into a single standardized API for LLM agents.10MIT
Related MCP Connectors
Multi-engine scholarly research server for search, traversal, full text, and reading lists.
Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/keggin-CHN/WOS_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server