Desktop application for installing and managing Smithery MCPs.
- Browse available MCPs
- Search functionality
- Install MCPs with one click
- Advanced mode with terminal output
- Cross-platform support (Windows & Linux)
Download the latest release from the Releases page.
- Download
main.exe
- Run the executable
- Download
main
- Make executable:
chmod +x main
- Run:
./main
# Clone repository
git clone https://github.com/PhialsBasement/smitheryGUI.git
cd smitheryGUI
# Install dependencies
pip install -r requirements.txt
# Run application
python main.py
pip install pyinstaller
pyinstaller --onefile main.py
- Fork repository
- Create feature branch:
git checkout -b feature/YourFeature
- Commit changes:
git commit -m 'Add YourFeature'
- Push branch:
git push origin feature/YourFeature
- Submit pull request