Skip to main content
Glama

BlenderMCP

by Eminemminem
MIT License
  • Apple
  • Linux

search_polyhaven_assets

Search and filter assets on Polyhaven directly within Blender. Specify asset types (HDRI, textures, models) and categories to retrieve relevant 3D resources for your project.

Instructions

Search for assets on Polyhaven with optional filtering.

Parameters:

  • asset_type: Type of assets to search for (hdris, textures, models, all)
  • categories: Optional comma-separated list of categories to filter by

Returns a list of matching assets with basic information.

Input Schema

NameRequiredDescriptionDefault
asset_typeNoall
categoriesNo

Input Schema (JSON Schema)

{ "properties": { "asset_type": { "default": "all", "title": "Asset Type", "type": "string" }, "categories": { "default": null, "title": "Categories", "type": "string" } }, "title": "search_polyhaven_assetsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eminemminem/blender-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server