Acli
Freeby MCP Community
acli - Agent CLI protocol for AI agents on MCP
v0.7.3Added Apr 12, 2026
mcpaiagentclillm
Acli MCP Server
acli - Agent CLI protocol for AI agents on MCP
Installation
Reviews
Installation
Quick install
npx -y @lifeprompt/acli
Add to claude_desktop_config.json
{
"mcpServers": {
"acli": {
"command": "npx",
"args": ["-y", "@lifeprompt/acli"]
}
}
}