{
  "mcpServers": {
    "image-generator": {
      "command": "npx",
      "args": ["@devinrcai/mcp-image-generator", "--start"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}