Back to Apps

Zencoder
by harizibamv
Universal AI CLI tool allowing seamless switching and comparison between OpenAI, Anthropic, Gemini, Mistral, and local LLMs.
0 stars
Works in:claude
Exposes:Tools
What it does
Zencoder is a high-performance command-line interface that abstracts multiple AI providers into a single, unified experience. It allows developers to interact with various LLMs—including proprietary models from OpenAI and Anthropic as well as local models via Ollama—without switching tools or rewriting configurations.
Tools
chat: Initiate an interactive session with a chosen model.prompt: Send a single prompt to a specific AI provider.compare: Run the same prompt across multiple models to evaluate outputs.config: Manage API keys and provider preferences.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"zencoder": {
"command": "npx",
"args": ["-y", "microcoder"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install --global microcoderInformation
- Pricing
- free
- Published
- 6/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"zencoder": {
"command": "npx",
"args": ["-y", "microcoder"]
}
}
}





