ultimate_mcp_server vs scopus-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
ultimate_mcp_server by Dicklesworthstone | scopus-mcp by qwe4559999 | |
|---|---|---|
| Stars | ★ 149 | ★ 25 |
| 30天用量 | — | — |
| 综合分 | 85 | 43 |
| 官方 | — | — |
| 分类 | AI / LLM 工具浏览器自动化本地文件系统 | AI / LLM 工具开发者工具知识库 / RAG |
| 实现语言 | Python | Python |
| 最近提交 | 2 个月前 | 4 个月前 |
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
scopus-mcp · 概述
一个MCP服务器,连接AI助手与爱思唯尔Scopus进行学术论文搜索与分析。
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
scopus-mcp · 使用场景
- 学术研究人员可以搜索和分析与其领域相关的科学论文
- AI助手可以提供学术论文的综合摘要和分析
- 学生和研究人员可以追踪作者发表历史和研究影响力
ultimate_mcp_server · 安装
安装
- 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- 安装依赖:
pip install -e .- 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- 运行服务器:
python -m ultimate_mcp_serverscopus-mcp · 安装
安装
快速设置(使用uv)
- 安装uv包管理器
- Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" - macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh
- 从[爱思唯尔开发者门户](https://dev.elsevier.com/)获取API密钥
- 在Claude Desktop中配置:
{
"mcpServers": {
"scopus-assistant": {
"command": "uvx",
"args": [
"scopus-mcp"
],
"env": {
"SCOPUS_API_KEY": "您的API密钥"
}
}
}
}手动设置
- 安装Python 3.10+
- 安装依赖:
pip install . - 创建包含API密钥的config.json文件
- 将MCP_tool_config.json导入您的MCP客户端