studyzy/aicli
This is a command line tool that brings natural-language operations to your terminal. You describe what you want to do in plain language, and AICLI uses an LLM provider to convert it into a shell command and (optionally) execute it.
Platform-specific configuration:
{
"mcpServers": {
"aicli": {
"command": "npx",
"args": [
"-y",
"aicli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...