blender_mcp

Advanced bridge to Blender via MCP. Allows querying scene, creating objects, applying materials, and running custom BPY code in real-time.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "blender_mcp" with this command: npx skills add flayzz/blender-mcp

Blender MCP Bridge

This skill connects Forge (blender_agent) directly to a running Blender instance.

Instructions

Cette skill est un Bridge MCP vers Blender. Tu ne dois pas coder la géométrie complexe à la main si un modèle existe.

🛡️ Professional Scripts Library (Standard Operating Procedures)

Avant de coder une solution ad-hoc, vérifie si un script maître existe dans ton dossier scripts/ :

  • camera_rig_master.py : Utilise-le pour créer un rig professionnel (Empty-based) pour des Orbits 360 ou des travellings stables.
  • studio_lighting.py : (À venir) Pour forcer une configuration de lumière standardisée.
  • animation_pro.py : (À venir) Pour appliquer des courbes d'accélération aux objets.

🛠️ Toolbox MCP

Utilise l'outil blender_mcp avec les paramètres suivants :

ToolArgumentDescription
search_sketchfab_modelsquery (ex: "lock mechanism")Trouve des modèles pros sur Sketchfab.
download_sketchfab_modelmodel_idImporte le modèle GLTF/FBX dans la scène.
search_polyhaven_assetsquery, asset_type (hdris)Trouve des éclairages réels.
download_polyhaven_assetasset_idCharge l'HDRI ou la Texture.
execute_codecode (Python BPY)Le couteau suisse (Caméra, Rendu, Save).
get_scene_info(none)Liste les objets présents.

🚀 Workflow Opti pour "L'Expert 3D"

  1. Intelligence Scene : Utilise get_scene_info pour savoir ce qui est déjà là.
  2. Lumière Pro :
    • Trouve un HDRI (PolyHaven) pour les reflets.
    • Ajoute des AREA lights pour sculpter l'objet.
  3. Animation (Exploded View) :
    # Exemple de keyframe
    obj.location = (0,0,0)
    obj.keyframe_insert(data_path="location", frame=1)
    obj.location = (1,0,0)
    obj.keyframe_insert(data_path="location", frame=40)
    
  4. Final Block (execute_code) :
    import bpy
    # Rendu Transparent
    bpy.context.scene.render.film_transparent = True
    # Sauvegarde Master
    bpy.ops.wm.save_as_mainfile(filepath="./lock_master.blend")
    # Rendu image ou animation
    bpy.ops.render.render(write_still=True) 
    

🎯 Monitoring

Sois bavard sur tes choix de lumières et d'angles. L'utilisateur veut une scène lumineuse et détaillée.

Usage

Use this skill whenever you need real-time feedback from Blender or complex modeling tasks.

Example: utilise blender_mcp avec tool="create_object" arguments='{"type": "MESH_CUBE", "name": "HeroBox"}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Iphone Add Music To Video

Turn a 30-second iPhone video clip and an MP3 song file into 1080p music-backed videos just by typing what you need. Whether it's adding background music to...

Registry SourceRecently Updated
Coding

Linkedin Video Maker

Get professional LinkedIn videos ready to post, without touching a single slider. Upload your video clips or images (MP4, MOV, AVI, WebM, up to 500MB), say s...

Registry SourceRecently Updated
Coding

Ps Tool

Display information about active processes. Use for monitoring running programs, checking resource usage, and system diagnostics.

Registry SourceRecently Updated
Coding

Serena

Use Serena-backed semantic code navigation and editing when working in existing software projects with non-trivial structure, especially multi-file repos whe...

Registry SourceRecently Updated