zai-mcp-server

britrik/zai-mcp-server
★ 1 stars JavaScript API Integration Updated 2d ago
MCP server for z.ai API integration, deployable to Netlify
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "britrik/zai-mcp-server"
      ]
    }
  }
}