Homebrew’s MCP Server is the official MCP (Model Context Protocol) server for Homebrew.
You don’t need to do anything to install it.
It’s provided by default with Homebrew through the brew mcp-server
command.
Run brew mcp-server
to launch the Homebrew MCP Server.
$ brew mcp-server
==> Started Homebrew MCP server...
Press Ctrl-D or Ctrl-C to terminate it.
{
"mcpServers": {
"Homebrew": {
"command": "brew mcp-server"
}
}
}
{
"mcp": {
"servers": {
"Homebrew": {
"type": "stdio",
"command": "brew",
"args": ["mcp-server"]
}
}
}
}
{
"context_servers": {
"Homebrew": {
"command": {
"path": "brew",
"args": ["mcp-server"]
}
}
}
}
{
"mcpServers": {
"Homebrew": {
"command": "brew mcp-server"
}
}
}