Documentation
Installation, usage, and publishing guide for SciToolkit
Installation
Install the SciToolkit CLI to discover and use scientific agentic tools:
pip install scitoolkitFinding Toolkits
Browse toolkits on this website or search via CLI:
scitoolkit search exoplanetInstalling a Toolkit
Install any toolkit from the registry:
scitoolkit install asterUsing in Python
Load toolkits in your Python code:
from scitoolkit import load_toolkit
aster = load_toolkit('aster')
tools = aster.get_tools()
# Use with your agent framework
agent = Agent(tools=tools)MCP Integration
Start an MCP server with your installed toolkits:
scitoolkit serveAuto-configure Claude Code:
scitoolkit configure claude-codeAvailable Commands
| Command | Description |
|---|---|
| search [query] | Search for toolkits |
| install [name] | Install a toolkit |
| list | List installed toolkits |
| serve | Start MCP server |
Support
Questions or issues? Visit our GitHub or email scitoolkit.dev@gmail.com