
Zen
STDIONPX wrapper for Zen MCP Server giving Claude access to multiple AI models
NPX wrapper for Zen MCP Server giving Claude access to multiple AI models
Easy-to-use NPX wrapper for Zen MCP Server - Give Claude access to multiple AI models (Gemini, OpenAI, OpenRouter, Ollama) for enhanced development capabilities.
npx zen-mcp-server-199bio
That's it! No Docker required. 🎉
Zen MCP Server gives Claude Desktop access to multiple AI models for:
On first run, the wrapper will:
~/.zen-mcp-server
.env
file and prompt for API keysChoose one or more:
Add to your claude_desktop_config.json
:
{ "mcpServers": { "zen": { "command": "npx", "args": ["zen-mcp-server-199bio"], "env": { "GEMINI_API_KEY": "your_gemini_key_here", "OPENAI_API_KEY": "your_openai_key_here", "OPENROUTER_API_KEY": "your_openrouter_key_here" } } } }
That's it! Just restart Claude Desktop and you're ready to go.
Location of config file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
claude mcp add zen "npx" "zen-mcp-server-199bio"
Once configured, Claude will have access to these tools:
zen
- Default tool for quick AI consultation (alias for chat)chat
- Collaborative development discussionsthinkdeep
- Extended reasoning (Gemini 2.0 Pro)codereview
- Professional code reviewprecommit
- Pre-commit validationdebug
- Advanced debugging assistanceanalyze
- Smart file and codebase analysisQuick Usage: Just say "use zen" for quick AI consultations!
brew install [email protected]
sudo apt install python3.11
The wrapper tries to install automatically, but if it fails:
cd ~/.zen-mcp-server python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
~/.zen-mcp-server/.env
has valid keysWe removed Docker because:
Apache 2.0 - See LICENSE