blender

Installation
SKILL.md

Blender MCP

A live Blender instance is connected via MCP at server name blender. Use mcporter call blender.<tool> to control it directly.

Available tools

  • blender.execute_blender_code — run arbitrary Python code in Blender (most powerful, use this for complex tasks)
  • blender.get_scene_info — get info about the current scene
  • blender.get_object_info object_name=<name> — get info about a specific object
  • blender.get_viewport_screenshot — capture a screenshot of the 3D viewport
  • blender.get_polyhaven_status — check if PolyHaven is enabled
  • blender.search_polyhaven_assets asset_type=<hdris|textures|models|all> — search PolyHaven assets
  • blender.download_polyhaven_asset asset_id=<id> asset_type=<type> resolution=<1k|2k|4k> — download and import a PolyHaven asset
  • blender.set_texture object_name=<name> texture_id=<id> — apply a PolyHaven texture
  • blender.get_sketchfab_status — check if Sketchfab is enabled
  • blender.search_sketchfab_models query=<text> — search Sketchfab models
  • blender.download_sketchfab_model uid=<uid> target_size=<float> — download and import a Sketchfab model
Installs
1
GitHub Stars
39
First Seen
Jul 22, 2026
blender — brevdev/nemoclaw-demos