Back to MCP Servers
Homebrew
Control your macOS Homebrew setup using natural language via this MCP server. Simply manage your packages, or ask for suggestions, troubleshoot brew issues etc.
file-systems
By jeannier
Installation
npx -y homebrew-mcpConfiguration
{
"mcpServers": {
"homebrew-mcp": {
"command": "npx",
"args": ["-y", "homebrew-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes