manage_blender_addons
Search, install, enable, disable, and list Blender addons from a known registry or custom URLs.
Instructions
Blender addon management: search known addons, install, enable, disable, list.
Operations:
search: search the known-addons registry by keyword (e.g. "gaussian", "splat", "gis")
install_known: install a known addon by name (see 'search' for names)
install_url: install addon from an arbitrary URL (zip or .py)
list_installed: list addons currently visible to Blender (via bpy preferences)
enable: enable an installed addon by module name
disable: disable an installed addon by module name
info: show known addons registry and addons directory
Known addon names (use with install_known): gaussian_splat, 3dgs_blender, openscatter, asset_bridge, blender_gis, blender_tools_collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Operation to perform (see above) | search |
| query | No | Search query for 'search' operation | |
| addon_name | No | Addon name for install_known / enable / disable | |
| url | No | URL for install_url operation | |
| enable_after | No | Enable addon after installation (default True) | |
| enabled_only | No | For list_installed, only show enabled addons |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||