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

last30days-surf

Research what people actually said about any topic over the last 30 days across Reddit, X/Twitter, YouTube, GitHub, Hacker News, Polymarket, Bluesky, TikTok,...

Registry SourceRecently Updated
Coding

API Documentation Builder

Generate comprehensive API documentation from code with examples, types, and OpenAPI specs

Registry SourceRecently Updated
Coding

Golang Safety

Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use whenever writing or reviewing Go code that involves nil-prone...

Registry SourceRecently Updated
1580samber
Coding

TestSkills

Interact with the Fibek B2B collections platform API — manage invoices, clients, payment agreements, campaigns, and financial metrics

Registry SourceRecently Updated