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 💡
Masa1984a/jrhokkaido_train_info
JR北海道列車運行情報を取得するMCPサーバで、各エリアの遅延・運休情報を提供します。
MetaMCP
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
MorDavid/BloodHound-MCP-AI
Integrates BloodHound with AI via Model Context Protocol to analyze Active Directory attack paths using natural language queries.
asgardeo-mcp-server
Manages Asgardeo organization or WSO2 Identity Server deployments using LLM tools, enabling natural language interactions for various configuration tasks.
@flatfile/mcp-server
Enables AI assistants to interact directly with Flatfile data, providing a seamless bridge between AI and Flatfile for data management and querying.
voice-mode
Natural (2-way) voice conversations with Claude Code