homebrew-mcp

estevesjh/homebrew-mcp
★ 0 stars Ruby API Integration Updated 5d ago
Homebrew tap for MCP servers (mcp-ads-arxiv)
View on GitHub → Try with Claude — $10 free →

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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "estevesjh/homebrew-mcp"
      ]
    }
  }
}

README Excerpt

Homebrew tap for MCP (Model Context Protocol) servers. ```bash brew tap estevesjh/mcp brew install mcp-ads-arxiv ``` | Formula | Description | |---------|-------------| | `mcp-ads-arxiv` | Read scientific papers from LaTeX source via NASA ADS + arXiv | ```bash export ADS_API_TOKEN="your-token" # https://ui.adsabs.harvard.edu/user/settings/token