What problem does it solve?
Setting up the ToolUniverse plugin for Claude Code involves multiple steps—registering the marketplace, installing the plugin, configuring API keys, enabling auto-update, and resolving conflicts with previously installed global skills. This Skill consolidates the entire install, verify, update, and troubleshooting flow into one guided procedure.
Core Features & Use Cases
- One-step plugin installation: Registers the mims-harvard/ToolUniverse marketplace and installs the plugin, providing an MCP server with 1000+ scientific tools, 120+ research skills, and slash commands.
- Configuration management: Enables marketplace auto-update, pins the tooluniverse PyPI package version for reproducibility, and adds API keys (NCBI, NVIDIA, OncoKB) to the plugin's .mcp.json env block.
- Diagnosis and repair: Provides an idempotent 7-step diagnostic sequence covering uv/uvx installation, MCP package resolution, version shadowing by global uv tool installs, stale caches, Python version requirements, and conflicting global skills.
- Use Case: A researcher installs Claude Code, runs this Skill to set up ToolUniverse, enables auto-update, and immediately asks "What are the top mutated genes in breast cancer?" with the router skill auto-dispatching to the right workflow.
Quick Start
Ask your AI agent to read the tooluniverse-claude-code-plugin skill and install, configure, and verify the ToolUniverse plugin for Claude Code.