Installation¶
Requirements¶
Before installing Toolbox, ensure you have:
- Python 3.12 or later
- uv - Fast Python package installer
Install from PyPI¶
The recommended way to install Toolbox:
Verify the installation:
Install from Source¶
For development or latest features:
Troubleshooting¶
CLang Issues¶
If you encounter CLang errors during installation:
This fixes Python in uv.
C++ Include Errors¶
If you see #include <string>
errors:
Permission Issues¶
If you get permission errors, ensure you have write access to the uv tool directory. You may need to use sudo
or adjust your PATH.
Next Steps¶
After installation, proceed to the Quick Start guide to install your first MCP server.