kardolus/chatgpt-cli
ChatGPT CLI is a powerful, multi-provider command-line interface for working with modern LLMs. It supports OpenAI, Azure, Perplexity, LLaMA, and more, with features like streaming, interactive chat, prompt files, image/audio I/O, MCP tool calls, and an experimental agent mode for safe, multi-step automation.
Platform-specific configuration:
{
"mcpServers": {
"chatgpt-cli": {
"command": "npx",
"args": [
"-y",
"chatgpt-cli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...