Skip to main content
Glama

Zen MCP Enhanced

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

npx zen-mcp-server-199bio

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:

  1. Check Python 3.11+ is installed
  2. Clone Zen MCP Server to ~/.zen-mcp-server
  3. Create .env file and prompt for API keys
  4. Set up Python virtual environment
  5. Install dependencies automatically

Quick Install

1. Get API Keys (at least one required)

Choose one or more:

2. Add to Claude Desktop

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:

  • 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

claude mcp add zen "npx" "zen-mcp-server-199bio"

Available Tools

Once configured, Claude will have access to these tools:

  • zen - Default tool for quick AI consultation (alias for chat)
  • chat - Collaborative development discussions
  • thinkdeep - Extended reasoning (Gemini 2.0 Pro)
  • codereview - Professional code review
  • precommit - Pre-commit validation
  • debug - Advanced debugging assistance
  • analyze - 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:

cd ~/.zen-mcp-server python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt

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

License

Apache 2.0 - See LICENSE

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Quick Start
    1. What is Zen MCP Server?
      1. Features
        1. First Time Setup
          1. Quick Install
            1. Get API Keys (at least one required)
            2. Add to Claude Desktop
          2. Usage with Claude CLI
            1. Available Tools
              1. Troubleshooting
                1. Python not found?
                2. Dependencies issue?
                3. API key issues?
              2. Requirements
                1. Why No Docker?
                  1. Links
                    1. License

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        A 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 -
                        5
                        TypeScript
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A 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
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server that enables seamless integration between Claude AI and development tools like VSCode, Augment, Vercel, Airtable, and Square.
                        Last updated -
                        TypeScript
                        MIT License
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A 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 -
                        Python
                        MIT License

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-biotechnologies/zen-mcp-enhanced'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server