A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Enhanced Zen MCP Server with 'zen' default tool and improvements
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.jsonclaude 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 python@3.11sudo apt install python3.11The 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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management