Run arbitrary Python code within Blender and capture output in the 'result' variable.
297,664 tools. Last updated 2026-07-14 08:27
"blender" matching MCP tools:
- Retrieve the active scene's name, total object count, and current frame information.
- Update an object's location, rotation, or scale in Blender by specifying only the properties to change.
- Retrieve position, rotation, scale, and material of a specified Blender object by its name.
- Applies a Principled BSDF material to an object using a specified RGBA color.
- Retrieve a list of all objects in the Blender scene, including their names, types, and locations. Optionally filter by object type such as MESH, LIGHT, or CAMERA.
Matching MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AI-assisted Blender automation, providing layered tools for perception, declarative and imperative writing, and fallback operations.Last updated294MIT
- AlicenseAqualityCmaintenanceConnects Blender 3D modeling software with Claude AI, enabling natural language control of 3D modeling and scene manipulation tasks.Last updated174MIT
- Deletes a specified object from the current Blender scene using its name.
- Create meshes, lights, cameras, and empties in Blender by specifying object type with optional name and position.
- Query Blender's connection status and statistics to diagnose connectivity issues and verify if Blender is online.MIT
- Verify Blender connection status, executable path, and scene summary.MIT
- Execute Python scripts within Blender to automate 3D content creation, query scene data, and control the software remotely through the MCP Bridge.MIT
- Retrieve high-level project overview including scene statistics, render engine config, world environment, timeline/FPS, Blender version, and memory usage.MIT
- Run Python code inside Blender to automate viewport manipulation, rendering, object transforms, and modifiers using bpy.MIT
- List Blender scene objects with filters for type, collection, selection, visibility, or name pattern. Returns name and type to understand scene contents.MIT
- Closes a running Blender instance, optionally forcing an immediate process kill.MIT
- Run arbitrary Python code within Blender to handle advanced tasks beyond standard tools, using bpy, mathutils, and math, with results in a 'result' variable.MIT
- Shuts down Blender cleanly. Optionally saves the current project before exiting.MIT
- Execute multiple Blender operations in one call to automate complex workflows, reducing round-trips and enabling sequential steps with variable passing.MIT
- Edit any node tree in Blender — add/remove nodes, connect/disconnect sockets, set input values and properties. Supports shader, compositor, and geometry contexts.MIT
- Create any object type in Blender—mesh, light, camera, curve, empty, armature, or text—and link it to a collection.MIT