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
这是一个强大的 MCP (Model Context Protocol) 服务端,支持直接检索 Web of Science (WOS) 以及 CNKI (中国知网) 的学术文献。 它可以无缝集成到各种支持 MCP 的 AI Agent(如 Claude Desktop 或 Cherry Studio)中,让您的 AI 助手具备直接搜索、阅读和分析顶尖学术期刊的能力。
主要功能
Web of Science 检索: 支持核心合集文献搜索、元数据提取。
CNKI 检索: 支持知网中文文献的高效检索。
自动登录/SSO 支持: 包含应对机构登录(如 Shibboleth/SSO)和验证码处理的逻辑。
多端支持: 既可以在本地作为免安装的 Windows
exe运行,也可以作为独立服务端部署在 Linux 服务器上。
Related MCP server: scholar-mcp
快速使用 (Windows 本地 EXE)
如果您是 Windows 用户,无需安装 Python 环境,可以直接使用打包好的执行文件。
(每次代码更新,GitHub Actions 会自动编译最新的 WOS_MCP.exe,您可以在 Actions 的 Artifacts 中下载)
在
WOS_MCP.exe同级目录下,新建一个config.json文件:
{
"username": "您的账号",
"password": "您的密码",
"port": 7861,
"listen_public": false
}双击运行
WOS_MCP.exe。 (程序启动后会有大约 20 秒的黑窗口,随后将自动隐藏并在后台静默运行提供服务。)
服务器部署 (Linux Shell 一键脚本)
如果您想将该服务部署到您的远端服务器(如 Ubuntu/CentOS),可以直接使用本仓库提供的 deploy_remote.sh 一键脚本:
克隆本仓库到服务器。
编辑
config.json填入您的配置,并将"listen_public"设置为true,以允许外网访问(或者根据需要保持false并通过代理访问)。赋予脚本执行权限并一键启动:
dos2unix deploy_remote.sh
chmod +x deploy_remote.sh
./deploy_remote.sh该脚本会自动为您创建虚拟环境、安装所有依赖,并在后台以守护进程模式启动服务。
从源码构建 (开发者)
如果您希望自行编译 EXE 文件:
pip install -r requirements.txt
pyinstaller WOS_MCP.spec编译好的程序将在 dist/ 目录下生成。
致谢 (Acknowledgments)
本项目在开发过程中,深受开源社区的启发与帮助,特此致谢以下优秀的开源项目:
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.Last updated2212MIT
- AlicenseAqualityBmaintenanceMulti-source academic paper search, citation graph exploration, and PDF download as an MCP server, designed for LLM agents doing research.Last updated101MIT
- 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.Last updated53MIT
- Alicense-qualityDmaintenanceUnifies academic literature retrieval from multiple sources like Scopus, ArXiv, PubMed, and Google Scholar into a single standardized API for LLM agents.Last updated10MIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
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