Poly Pizza hosts roughly 10,600 free low-poly models including the rescued Google Poly archive. Every model is a single self-contained .glb file with far lighter geometry than Sketchfab, making it the best source for stylised game assets and scenes that need many props without heavy meshes.
Setup
Before you can use Poly Pizza assets, you need to configure your API key.
-
Get a free API key at poly.pizza/settings/api.
-
In Blender, press N in the 3D viewport and open the MCP for Blender tab.
-
Tick Poly Pizza.
-
Paste your API key into the field.
To store the key permanently, go to Edit → Preferences → Add-ons → MCP for Blender and enter it in the Poly Pizza API Key field. Alternatively, set the environment variable BLENDERMCP_POLYPIZZA_API_KEY before starting Blender.
Searching and Filtering
Poly Pizza models can be filtered to narrow your search. The LLM can apply these filters automatically based on your prompt:
| Filter | Options |
|---|---|
| Category | Animals, Furniture & Decor, Transport, Nature, Buildings, People & Characters, Food & Drink, Weapons, Clutter, Objects, Scenes & Levels, Other |
| Licence | CC0 or CC-BY |
| Animated | true to show only animated models |
Attribution
About 69% of the Poly Pizza catalog is CC-BY, which requires crediting the creator. When a CC-BY model is imported, attribution is stored as a polypizza_attribution custom property on the imported objects. Filter with licence="CC0" to avoid attribution requirements entirely.
Tools
MCP for Blender exposes these Poly Pizza tools to the LLM:
| Tool | Purpose |
|---|---|
get_polypizza_status() |
Check if the API key is valid and the service is reachable |
search_polypizza_models(query, category, licence, animated) |
Search the catalog with optional filters |
download_polypizza_model(model_id, normalize_size, target_size) |
Download and import a specific model |
Always pass normalize_size=True and a real-world target_size in metres when downloading. Poly Pizza models come from the Google Poly archive with arbitrary scale, so without normalization they may appear extremely large or small.
Example Prompts
- "Fill this room with low-poly furniture from Poly Pizza"
- "Search Poly Pizza for a low-poly chair under a CC0 licence and import one at 1 metre tall"
- "Add some stylised trees and rocks to the scene"