Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"zen": {
"env": {
"GEMINI_API_KEY": "your_gemini_key_here",
"OPENAI_API_KEY": "your_openai_key_here",
"OPENROUTER_API_KEY": "your_openrouter_key_here"
},
"args": [
"zen-mcp-server-199bio"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Easy-to-use NPX wrapper for Zen MCP Server - Give Claude access to multiple AI models (Gemini, OpenAI, OpenRouter, Ollama) for enhanced development capabilities.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'zen-mcp-server-199bio' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked zen-mcp-server-199bio against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
Persistent memory using a knowledge graph
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for Mcp Zen and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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: