jeannier/homebrew-mcp
Control your macOS Homebrew setup using natural language via this MCP server. Simply manage your packages, or ask for suggestions, troubleshoot brew issues etc.
Quick Start
Clone the repository:
git clone https://github.com/jeannier/homebrew-mcpClaude Desktop configuration example:
{
"mcpServers": {
"homebrew-mcp": {
"command": "npx",
"args": [
"-y",
"jeannier/homebrew-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.