blender-mcp

Control Blender for 3D object creation, materials, and animation via socket connection.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill blender-mcp-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender-mcp
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/blender-mcp
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill blender-mcp-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of interacting with Blender directly from Hermes, allowing for the creation of 3D objects, materials, animations, and execution of Python code within the Blender environment.

Core Features & Use Cases

  • Direct Blender Control: Interact with Blender using a socket connection from Hermes.
  • 3D Object Creation: Create 3D objects, including meshes, cubes, and spheres.
  • Material and Animation Creation: Design materials and create animations within Blender.
  • Python Code Execution: Run arbitrary Blender Python (bpy) code.
  • Use Case: A user could instruct Hermes to create a cube, apply a specific material to it, and then animate the cube to move along a path.

Quick Start

Use the blender-mcp skill to create a cube with the specified material properties and animate it to move along the x-axis over 60 frames.

Frequently Asked Questions about blender-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Blender for 3D creation directly from an AI assistant?

You can control Blender for 3D creation by establishing a socket connection from Hermes, allowing you to create 3D objects, assign materials, and generate animations through direct commands.

Do I need a specific Blender version to use the blender-mcp addon?

Yes, using the blender-mcp addon requires Blender 4.3 or higher to properly establish the socket connection and execute the 3D modeling and animation commands.

Can I run arbitrary Python bpy scripting within Blender using this setup?

Yes, you can execute arbitrary Python bpy scripting within Blender to perform 3D modeling and animation tasks by sending the code through the established socket connection.

How do I animate a 3D object to move along a path using bpy scripting?

You can animate a 3D object by instructing the AI to use bpy scripting to create the object, assign materials, and define keyframes for movement along a specified path over a set number of frames.

What are the limitations of executing Python code in Blender through a socket connection?

The primary limitation is the strict dependency on Blender 4.3+ and the required blender-mcp addon; without this specific environment setup, the socket connection cannot be established to execute the bpy code.