🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 174 |
| ⭐ GitHub Stars | 1,606(fork 244) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2025-03-03 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 18 |
📝 工具简介
用ToolUniverse实现AI科学家的民主化。
📖 怎么用
最简单的方式是直接跟你的 AI 助手说:“Read https://aiscientist.tools/setup.md and set up ToolUniverse for me.”,它会带你走完 MCP 配置、API key、技能安装和验证。想手动装,先确保有 uv(没有就跑 `curl -LsSf https://astral.sh/uv/install.sh | sh`),然后建环境:`uv venv --python 3.12 && source .venv/bin/activate`、`uv pip install tooluniverse`。接着把 MCP 配置加到配置文件里,用 `uvx --refresh tooluniverse` 启动(想快就去掉 `--refresh`)。最后装技能:Claude Code 用户跑 `claude plugin marketplace add mims-harvard/ToolUniverse` 和 `claude plugin install tooluniverse@tooluniverse`,其他用 `npx skills add mims-harvard/ToolUniverse`。
📋 迷你测评
用ToolUniverse做“AI科学家民主化”的技能。亮点是“民主化”,让非专业用户也能玩转AI科研。但具体怎么降低门槛、支持哪些工具,简介里没展开。
📄 README 要点
这个工具旨在让AI科学家工具平民化,通过MCP配置让AI agent获得各种科学计算能力。安装方式很灵活,可以直接让AI agent引导你完成MCP配置、API密钥设置和技能安装,也可以手动改配置文件。它建议用uv来管理Python环境,因为系统pip在Mac上会报PEP 668错误。适合科研人员或数据科学家,想给AI助手扩展科学工具能力,又不想折腾复杂环境配置的场景。
查看英文原文
ToolUniverse: Democratizing AI scientists [//]: (mcp name: io.github.mims harvard/tooluniverse) Install AI agent (recommended) — open your AI agent and run: [安装/使用命令见下方] The agent will walk you through MCP configuration, API keys, skill installation, and validation. or set up manually Add to your MCP config file: [安装/使用命令见下方] refresh checks PyPI for the newest release on every launch. Drop it ( "args": ["tooluniverse"] ) to start faster from uv 's cache — then upgrade with uv cache clean tooluniverse . Install agent skills: [安装/使用命令见下方] Claude Code users — one line, no config file: [安装/使用命令见下方] Python developers — install the SDK. Install uv first and do not use system pip : on a current Mac, pip install tooluniverse fails with externally managed environment (PEP 668) and python3 m venv can fail at ensurepip . uv manages its own Python and avoids both. [安装/使用命令见下方] The base install covers the API and database tools. Local ML, cheminformatics, and plotting tools need extras — uv pip install 'tooluniverse[all]' , or a single group such as [ml] , [visualization] , [bioinformatics] . Note [all] excludes singlecell , smolagents , client , and build , which install by name. Run tooluniverse doctor to see which groups are missing. tu CLI — discover, inspect, run, and test tools from the terminal. Python SDK — programmatic access for building AI scientist systems. Building AI Scientists with ToolUniverse Click to watch the demo (YouTube) (Bilibili) What is ToolUniverse? ToolUniverse is an ecosystem for creating AI scientist systems from any large language model. Powered by the AI Tool Interaction Protocol, it standardizes how LLMs identify and call tools, integrating more than 1000 machine learning models, datasets, APIs, and scientific packages for data analysis, knowledge retrieval, and experimental design. Key features: AI Tool Interaction Protocol : Standardized interface governing how AI scientists issue tool requests and receive results Universal AI Model Support : Wo
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除