Skip to main content
File SystemsPython

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.

file-systemslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/jeannier/homebrew-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Python
Author
jeannier