One Flexible Tool Beats a Hundred Dedicated Ones
The article discusses the advantages of using command-line interfaces (CLIs) over managed control plane (MCP) servers for LLM agents. It argues that while MCP servers provide a structured onboarding experience with dedicated tools, CLIs offer greater flexibility and efficiency for modern models. However, this flexibility comes with increased risks that need to be managed carefully.
- ▪MCP servers typically wrap services as dedicated tools, while CLIs provide a single flexible tool.
- ▪Modern models can effectively utilize CLIs by composing commands without supervision, making them more efficient.
- ▪Using a CLI introduces a larger risk of prompt injection attacks, necessitating careful management of security.
Opening excerpt (first ~120 words) tap to expand
Agentic AI One Flexible Tool Beats a Hundred Dedicated Ones Why MCP servers keep losing to CLIs once the agent gets a terminal Tomaz Bratanic May 18, 2026 9 min read Share The default move when you wanted an LLM agent to talk to a system at the start of 2026 was to install an MCP server for it. GitHub. Jira. Slack. Linear. Postgres. Neo4j. Each one ships a server that exposes a tidy menu of tools, create_issue, list_pull_requests, merge_pull_request, get_repository, search_code, and so on, and you point your agent at it. It’s a great onboarding experience. It’s also, for a surprising number of real workloads, the wrong shape. The thesis is short: MCP design usually wraps each service as a pile of dedicated tools; a CLI hands the agent one really flexible tool.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Towards Data Science.