MCP.so
ログイン

CLI

A curated directory of product CLIs, developer tools, and terminal apps — verified for humans, scripts, and AI agents.

Terminal apps

>_
Official

tmux

$ tmux

A terminal multiplexer for persistent sessions, panes, and windows.

Terminal apps
>_
Official

fzf

$ fzf

A general-purpose fuzzy finder for files, history, processes, and more.

Terminal appsAgent-ready
>_
Official

ripgrep

$ rg

Recursively search files with fast regex matching and gitignore support.

Terminal appsAgent-ready
>_
Official

Yazi

$ yazi

An asynchronous terminal file manager with rich previews and plugins.

Terminal apps
>_
Official

btop

$ btop

A resource monitor for CPU, memory, disks, network, and processes.

Terminal apps
>_
Official

Starship

$ starship

A fast customizable prompt for every major shell.

Terminal apps
>_
Official

Fish Shell

$ fish

A user-friendly shell with suggestions, highlighting, and practical defaults.

Terminal apps
>_
Official

bat

$ bat

A cat replacement with syntax highlighting, paging, and Git integration.

Terminal appsAgent-ready
>_
Official

eza

$ eza

A modern ls replacement with Git status, colors, icons, and tree views.

Terminal apps
>_
Official

zoxide

$ zoxide

A smarter cd command that learns the directories you use most.

Terminal apps
>_
Official

tldr

$ tldr

Community-maintained command documentation focused on practical examples.

Terminal apps
>_
Official

Atuin

$ atuin

Search, sync, and understand shell history with rich execution context.

Terminal apps
>_
Official

fd

$ fd

A fast and user-friendly alternative to the traditional find command.

Terminal appsAgent-ready
>_
Official

Helix

$ hx

A modal terminal editor with built-in LSP and tree-sitter support.

Terminal apps
>_
Official

ranger

$ ranger

A console file manager with Vi key bindings and previews.

Terminal apps
>_
Official

nnn

$ nnn

A fast terminal file manager with plugins and desktop integration.

Terminal apps
>_
Official

broot

$ broot

Navigate directory trees, preview files, and launch commands interactively.

Terminal apps
>_
Official

trash-cli

$ trash

Move files to the system trash instead of deleting them permanently.

Terminal appsAgent-ready
>_
Official

Mosh

$ mosh

A roaming remote shell that survives network changes and intermittent links.

Terminal apps
>_
Official

tmate

$ tmate

Share a live terminal session securely for pairing and support.

Terminal apps
>_
Official

asciinema

$ asciinema

Record, replay, and share terminal sessions as lightweight text.

Terminal apps
>_
Official

aria2

$ aria2c

A lightweight multi-protocol download utility with parallel transfers.

Terminal appsAgent-ready
>_
Official

ncdu

$ ncdu

Analyze disk usage with a fast interactive terminal interface.

Terminal apps
>_
Official

dust

$ dust

Visualize disk usage as an intuitive tree from the command line.

Terminal appsAgent-ready
>_
Official

duf

$ duf

Show filesystem usage with readable tables, colors, and filters.

Terminal appsAgent-ready
>_
Official

procs

$ procs

A modern ps replacement with search, trees, and useful columns.

Terminal appsAgent-ready
>_
Official

bottom

$ btm

A customizable cross-platform graphical process and system monitor.

Terminal apps

Frequently asked questions

Common questions about CLI tools, Agent CLIs, and command line automation

1

What is a CLI?

A CLI, or command-line interface, lets you control software by typing commands in a terminal instead of clicking through a graphical interface. CLI tools are useful for development, automation, scripts, CI pipelines, and repeatable operations.

2

What is an Agent CLI?

An Agent CLI is either a command-line tool for operating an AI agent or a conventional CLI designed to be called reliably by AI agents. Agent-friendly CLIs expose clear commands, non-interactive options, predictable output, and meaningful exit codes so an agent can plan, execute, and verify work.

3

Can Claude Code, Codex, Cursor, and other AI agents use these CLI tools?

Yes. AI coding agents can invoke many of these CLIs through a shell to work with repositories, cloud services, databases, productivity apps, and deployment systems. Tools marked Agent-ready are especially suitable for scripted or autonomous use, but authentication and permissions still need to be configured safely.

4

What makes a CLI suitable for AI agents?

The best CLI tools for AI agents support non-interactive commands, stable flags, structured or parseable output, standard input and output, documented authentication, and reliable exit codes. These features make results easier for an agent to interpret and verify without manual intervention.

5

Should I use an official CLI or a community CLI?

Choose an official CLI when you need first-party support, close alignment with a service API, and predictable updates. A community CLI can be a better fit when it offers a simpler workflow or capabilities the official tool lacks. Review its repository, maintenance activity, permissions, and installation instructions before use.