diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 5c3c0b75513..8e62f830236 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -54,9 +54,9 @@ "id": "blender-mcp", "name": "Blender", "description": "3D modeling and animation integration", - "command": "npx -y blender-mcp", + "command": "uvx blender-mcp", "link": "https://github.com/ahujasid/blender-mcp", - "installation_notes": "Install using npx package manager.", + "installation_notes": "Install using uvx package manager.", "is_builtin": false, "endorsed": false, "environmentVariables": [] @@ -625,4 +625,4 @@ "endorsed": false, "environmentVariables": [] } -] +] \ No newline at end of file