Reduce Claude Desktop consumption by 10x - Integrate Google's Gemini or Z.ai's GLM-5 (744B params) with Claude via MCP for intelligent task delegation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-additional-mo": {
"command": "npx",
"args": [
"-y",
"Arkya-AI/claude-additional-models-mcp"
]
}
}
}
Run in terminal:
claude mcp add claude-additional-mo npx -y Arkya-AI/claude-additional-models-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-additional-mo": {
"command": "npx",
"args": [
"-y",
"Arkya-AI/claude-additional-models-mcp"
]
}
}
}