BACK TO MCP SERVERS
designclaude-codecursorclinewindsurf

Blender MCP Server

Connects Blender to AI coding assistants via MCP for prompt-assisted 3D modeling, material creation, and scene inspection.

Blender MCP Server

BlenderMCP connects Blender 3D software to AI coding assistants via the Model Context Protocol, enabling direct control over scenes, meshes, and materials.

Capabilities

  • Scene Inspection: Query objects, materials, cameras, light sources, and active scene hierarchies.
  • Mesh Manipulation: Create, transform, scale, and delete 3D objects programmatically.
  • Material & Shader Control: Apply procedural materials, color palettes, and PBR textures.
  • Script Execution: Execute arbitrary Blender Python (bpy) scripts safely inside the host process.
  • Asset Integration: Fetch free 3D models and HDRIs from Poly Haven and Hyper3D Rodin.

Configuration

Install the addon.py script inside Blender first, start the socket server on port 9876, then configure your client:

{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": ["blender-mcp"]
    }
  }
}
GitHub SourceGitHub Stars
Last verified 2026-07-26