Homebrew's MCP Server is the official Model Context Protocol (MCP) server for Homebrew, the popular macOS and Linux package manager. It provides contextual information about your Homebrew environment to MCP-compatible clients.
Usage:
To launch the server, simply run the brew mcp-server command in your terminal. It will start and run until terminated by Ctrl-D or Ctrl-C.
Configuration:
This server uses the stdio transport type. Below are example configurations for various MCP clients:
-
For Cursor/Claude Desktop:
{ "mcpServers": { "Homebrew": { "command": "brew mcp-server" } } } -
For VSCode:
{ "mcp": { "servers": { "Homebrew": { "type": "stdio", "command": "brew", "args": ["mcp-server"] } } } } -
For Zed:
{ "context_servers": { "Homebrew": { "command": { "path": "brew", "args": ["mcp-server"] } } } }
Recommend MCP Servers 💡
postman-mcp-server
A lightweight MCP server by Postman that integrates Postman APIs with AI assistants via STDIO and HTTP streamable transports.
gemini-vision-art-studio
An MCP server utilizing Google's Gemini AI to provide advanced image generation (3D cartoons) and transformation capabilities.
reyxgpt
An agent built on the Model Context Protocol for managing Minecraft servers via RCON, allowing execution of server commands and monitoring server and player status.
authenticator-mcp
A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App.
@shortcut/mcp
An MCP server that integrates with Shortcut, a project management tool, to provide project context and information to large language models.
osp_marketing_tools
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing and product marketing techniques.