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 💡
WeatherXM/weatherxm-pro-mcp
Exposes WeatherXM PRO APIs as MCP tools for accessing weather station data, observations, and forecasts
mcp-pinecone
Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG
acp-mcp
Acts as a bridge between ACP agents and MCP applications, enabling ACP agents to be discovered and interacted with as MCP resources.
albertdow/mcp-datapi
An MCP server providing LLM interface to retrieve ECWMF CDS catalogue data and manage job statuses
mcp-server-giphy
MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy.
@onlyoffice/docspace-mcp
An MCP server for ONLYOFFICE DocSpace, enabling large language models to interact with DocSpace files, folders, people, and rooms through a set of defined tools.