zai-mcp-server

groxaxo/zai-mcp-server
★ 0 stars Python 🔍 Search Updated today
Model Context Protocol (MCP) server for web search and summarization using ZAI's GLM-4.7-Flash model
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zai-mcp-server": {
      "command": "uvx",
      "args": [
        "zai-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install zai-mcp-server