Provides containerized deployment with automatic Docker Desktop detection and startup capability.
Supports pre-commit validation of git changes across multiple repositories, detecting incomplete changes and validating implementation against requirements.
Integrates with Google's Gemini models (2.5 Pro and 2.0 Flash) for extended thinking, deep analysis, and ultra-fast responses.
Enables use of local Ollama models like Llama 3.2 through custom API endpoints for private, cost-controlled AI inference.
Integrates with OpenAI's O3 and O3-mini models for strong logical reasoning and general intelligence capabilities in code analysis and debugging.
Uses Redis for AI-to-AI conversation threading and persistence, allowing multi-turn conversations with full context history.
Zen MCP Server NPX Wrapper
Easy-to-use NPX wrapper for Zen MCP Server - Give Claude access to multiple AI models (Gemini, OpenAI, OpenRouter, Ollama) for enhanced development capabilities.
Quick Start
That's it! No Docker required. 🎉
What is Zen MCP Server?
Zen MCP Server gives Claude Desktop access to multiple AI models for:
- 🧠 Extended reasoning with Gemini 2.0 Pro's thinking mode
- 💬 Collaborative development with multiple AI perspectives
- 🔍 Code review and architectural analysis
- 🐛 Advanced debugging with specialized models
- 📊 Large context analysis (Gemini: 1M tokens, O3: 200K tokens)
- 🔄 Conversation threading - AI models maintain context across multiple calls
Features
- ✅ No Docker required - Runs directly with Python
- 🚀 Fast startup - No container overhead
- 💾 Lightweight - Minimal resource usage
- 🔧 Auto-setup - Handles Python dependencies automatically
- 📦 Virtual environment - Isolated dependencies
- 🌍 Cross-platform - Works on macOS, Windows, Linux
First Time Setup
On first run, the wrapper will:
- Check Python 3.11+ is installed
- Clone Zen MCP Server to
~/.zen-mcp-server
- Create
.env
file and prompt for API keys - Set up Python virtual environment
- Install dependencies automatically
Quick Install
1. Get API Keys (at least one required)
Choose one or more:
- Gemini: Google AI Studio
- OpenAI: OpenAI Platform
- OpenRouter: OpenRouter (access to 100+ models)
2. Add to Claude Desktop
Add to your claude_desktop_config.json
:
That's it! Just restart Claude Desktop and you're ready to go.
Location of config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
Usage with Claude CLI
Available Tools
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 analysis
Quick Usage: Just say "use zen" for quick AI consultations!
Troubleshooting
Python not found?
- macOS:
brew install python@3.11
- Windows: Download from python.org
- Linux:
sudo apt install python3.11
Dependencies issue?
The wrapper tries to install automatically, but if it fails:
API key issues?
- Check
~/.zen-mcp-server/.env
has valid keys - Ensure at least one API key is configured
- For OpenRouter, check your credits/limits
Requirements
- Python 3.11+
- Node.js >= 14.0.0
- Git
- At least one API key (Gemini, OpenAI, or OpenRouter)
Why No Docker?
We removed Docker because:
- Faster startup - No container overhead
- Less resource usage - No Redis, no Docker daemon
- Simpler - Just Python and your API keys
- Same features - Conversation threading works perfectly with in-memory storage
Links
License
Apache 2.0 - See LICENSE
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
An enhanced Model Context Protocol server that enables Claude to seamlessly collaborate with multiple AI models (Gemini, OpenAI, local models) for code analysis and development tasks, maintaining context across conversations.
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5TypeScript
- -securityFlicense-qualityA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol server that enables seamless integration between Claude AI and development tools like VSCode, Augment, Vercel, Airtable, and Square.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to collaborate with Google's Gemini AI models, providing tools for question answering, code review, brainstorming, test generation, and explanations.Last updated -PythonMIT License