🔥 Hot Repo: 25K Stars — CLIs Beat MCPs for AI Agents

The LightRAG team's CLI-Anything just shipped v0.2.0 today, wrapping 40+ apps in AI-callable CLIs and making a bold case that the MCP era is already being outpaced.

By OMC Editorial on 2026-03-30

HKUDS/CLI-Anything Hits 25K Stars and Ships v0.2.0 on Day 22 HKUDS/CLI-Anything — from the same Hong Kong University lab behind LightRAG — shipped v0.2.0 today March 30, 2026 and crossed 25,100 stars after launching only 22 days ago on March 8. The premise is blunt: most software is still inaccessible to AI agents. APIs are rare, GUI automation is brittle, and MCP servers require per-app implementation and a persistent process. CLI-Anything addresses all three by wrapping applications — GIMP, Blender, Audacity, LibreOffice, Zoom, OBS Studio, FreeCAD, and 34 more — in structured, self-documenting CLIs that any agent can invoke with a single command. Why CLIs, Not MCPs? HKUDS makes a deliberate architectural argument that separates this project from the prevailing MCP trend. Their case: CLIs work across every major agent platform — Claude Code, Codex, OpenCode, GitHub Copilot CLI, OpenClaw, and more — without requiring a separate server process per tool. Each CLI self-documents via --help, composes naturally through shell pipes, and behaves deterministically. MCP servers, by contrast, are platform-specific integrations that must be re-implemented per agent harness and require persistent processes. Every CLI-Anything harness ships with a SKILL.md file — a machine-readable skill definition that lets agents discover and install CLIs autonomously via the CLI-Hub registry, a central marketplace of available harnesses. v0.2.0: 50+ Merged PRs, 42 New Contributors The v0.2.0 release merges 50+ pull requests from 42 new contributors — the largest community expansion since launch. Key additions: - CLI-Hub meta-skill: Agents can now self-query the registry and install new CLIs without human input - FreeCAD CLI: 258 commands across 17 command groups - Browser automation: CLIBrowser added for agent-accessible DOM scripting - GPU tooling: RenderDoc CLI for frame capture and PSO compute analysis - New harnesses: Zoom, Zotero, MuseScore, Krita, Mermaid Live Editor, Noteboo