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

Installation

npx -y homebrew-mcp

Configuration

{
  "mcpServers": {
    "homebrew-mcp": {
      "command": "npx",
      "args": ["-y", "homebrew-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub