Best for
- Researchers needing unified access to many scientific APIs, databases, models, and packages
- Developers building life-science, precision-oncology, or drug-discovery agents
- AI scientist projects using the CLI, Python SDK, or MCP integration
ToolUniverse MCP Server targets science-focused AI agents, with broad coverage and support for tool discovery, execution, composition, asynchronous operations, and scientific data sources. It is best suited to research and development teams able to configure APIs and validate results.
ToolUniverse is an ecosystem for building AI scientist systems, covering life science, research, literature search, data analysis, and experimental design. Its MCP server supports compact mode, exposing a small set of core discovery and execution capabilities by default while retaining access to more than 2,500 tools.
The recommended setup is to ask an AI agent to read https://aiscientist.tools/setup.md and configure MCP, API keys, skills, and validation. For manual setup, add the JSON in install_config to the MCP configuration file. Agent skills can also be installed with npx skills add mims-harvard/ToolUniverse. Use --refresh to check PyPI for the latest release at launch; omit it to use uv's cache.
{"mcpServers":{"tooluniverse":{"command":"uvx","args":["--refresh","tooluniverse"],"env":{"PYTHONIOENCODING":"utf-8"}}}}