godot_assets
Search free CC0 3D assets, preview thumbnails, and import them directly into the Godot project with automatic filesystem rescanning.
Instructions
Search, preview, and import free CC0 3D assets (Poly Haven, ambientCG) straight into the Godot project. 'search' finds candidates by name/tag; 'preview' returns a thumbnail so you can pick by sight instead of guessing from an id; 'import' downloads into res://assets/// and rescans the project filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | preview/import: an asset id from a prior search result | |
| type | No | search: provider-specific category filter — 'hdris'/'textures'/'models' for Poly Haven, 'Material'/'HDRI'/'Decal'/etc. for ambientCG | |
| limit | No | search: max results, default 20 | |
| query | No | search: text matched against name/tags/categories | |
| action | Yes | ||
| format | No | import, Poly Haven only: file format to fetch, e.g. 'jpg'/'exr'/'gltf'; a sensible default is used if omitted | |
| provider | No | Restrict to one provider; omit to use both (search) or when unambiguous | |
| resolution | No | import: resolution to fetch, e.g. '1k'/'2k' (Poly Haven) or '1K'/'2K' (ambientCG); a small default is used if omitted |