Documentation

Installation, usage, and publishing guide for SciToolkit

Installation

Install the SciToolkit CLI to discover and use scientific agentic tools:

pip install scitoolkit

Finding Toolkits

Browse toolkits on this website or search via CLI:

scitoolkit search exoplanet

Installing a Toolkit

Install any toolkit from the registry:

scitoolkit install aster

Using 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 serve

Auto-configure Claude Code:

scitoolkit configure claude-code

Available Commands

CommandDescription
search [query]Search for toolkits
install [name]Install a toolkit
listList installed toolkits
serveStart MCP server

Support

Questions or issues? Visit our GitHub or email scitoolkit.dev@gmail.com