Back to Apps

Claude Additional Models MCP
by arkya-ai
Integrate Gemini 3.x and GLM-5 into Claude Desktop to offload heavy tasks and reduce Pro message consumption by up to 10x.
47 stars
Updated 5 months ago
Works in:claude
Exposes:ToolsResources
What it does\nThis MCP server acts as a bridge between Claude Desktop and high-capacity external models like Google Gemini 3.x and Z.ai's GLM-5. It allows Claude to delegate computationally expensive tasks—such as long-form code generation, deep document analysis, and complex research—to these external models, significantly reducing the burn rate of Claude Pro message limits and preventing performance degradation in models like Sonnet 4.5 during heavy orchestration.\n\n## Tools\n- ask_gemini / ask_glm5: General analysis, synthesis, and summarization.\n- ask_gemini_pro / ask_glm5_pro: High-reasoning tasks, complex code generation, and architecture design.\n- web_search: Real-time web search with grounding (Gemini native).\n- web_reader: Fetches and parses full web page content into markdown or text.\n- parse_document: Extracts text from PDFs and images via OCR.\n\n## Installation\nAdd the following to your claude_desktop_config.json (replace /absolute/path/to/ with your actual clone path):\n\njson\n{\n "mcpServers": {\n "gemini": {\n "command": "node",\n "args": ["/absolute/path/to/claude-additional-models-mcp/gemini/index.js"],\n "env": {\n "GOOGLE_API_KEY": "your-api-key-here"\n }\n }\n }\n}\n\n\n## Supported hosts\n- claude
Quick install
git clone https://github.com/Arkya-AI/claude-additional-models-mcp.git && cd claude-additional-models-mcp/gemini && npm installInformation
- Pricing
- free
- Published
- 7/31/2026
- Updated
- 5 months ago
- stars
- 47
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add server config to claude_desktop_config.json with GOOGLE_API_KEY or ZAI_API_KEY.





