Homebrew tap for Alter — 3 products: Desktop app (cask), CLI tool (formula), MCP server for Claude (formula)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"homebrew-alter": {
"command": "npx",
"args": [
"-y",
"VISIALIS/homebrew-alter"
]
}
}
}
Run in terminal:
claude mcp add homebrew-alter npx -y VISIALIS/homebrew-alter
Add to .cursor/mcp.json:
{
"mcpServers": {
"homebrew-alter": {
"command": "npx",
"args": [
"-y",
"VISIALIS/homebrew-alter"
]
}
}
}