Skip to content

aix search

Interactive search tool for discovering capabilities across npm and the official MCP Registry.

Terminal window
aix search [query] [flags]

Without arguments, it opens an interactive TUI (Terminal User Interface).

Terminal window
aix search
  • Up/Down: Navigate results
  • Enter: Select/Install
  • Tab: Switch between Skills and MCP tabs
  • Ctrl+C: Exit
FlagDescription
--type <type> / -tFilter by type: skills, mcp.
--plain / -pOutput as plain text (non-interactive).
--registry <url> / -rCustom npm registry URL.
--experimental / -xEnable experimental sources.

Use with --plain --json for scripts:

Terminal window
aix search react --type skills --plain --json