Skip to content

Installation

Here are all the steps needed to install the SysPlant project. For usage instructions see: CLI usage, Python library or MCP server.


Install as a pip dependency

pip3 install sysplant

To also install the optional MCP server support:

pip3 install sysplant[mcp]
git clone https://github.com/x42en/sysplant && cd sysplant
poetry install

# Optional: include MCP server dependencies
poetry install --with mcp

Install as a standalone tool

git clone https://github.com/x42en/sysplant
cd sysplant
python3 ./main.py -h
git clone https://github.com/x42en/sysplant.git
cd sysplant
python .\main.py --help