modeling-app

GitHub

The Zoo Design Studio app.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "modeling-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-modeling-app"
      ]
    }
  }
}