Homebrew MCP
JSON →Interact with Homebrew (the package manager for macOS and Linux) using natural language commands.
Install
pip install -r Tools · 16
- install Install a Homebrew package
- uninstall Uninstall a Homebrew package
- upgrade Upgrade Homebrew packages
- cleanup Clean up old versions of installed packages
- list List installed Homebrew packages
- search Search for Homebrew packages
- info Get information about a Homebrew package
- outdated List outdated Homebrew packages
- deps Show dependencies of a Homebrew package
- doctor Run Homebrew doctor to check system health
- update Update Homebrew itself
- tap Add a Homebrew tap
- untap Remove a Homebrew tap
- pin Pin a Homebrew package to prevent upgrades
- unpin Unpin a Homebrew package
- services Manage Homebrew services
Environment variables
ANTHROPIC_API_KEY
Links
★ 29 GitHub stars