MCPServers
BlenderMCP - Design server banner image
BlenderMCP - MCP server logo

BlenderMCP

10.1k
0

Summary

BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender.

Available Actions(8)

create_object

Create a new 3D object in Blender. Parameters: object_type (string), properties (optional dictionary)

modify_object

Modify an existing 3D object in Blender. Parameters: object_id (string), modifications (dictionary)

delete_object

Delete a specified 3D object from the scene. Parameters: object_id (string)

apply_material

Apply a material to a specified object in Blender. Parameters: object_id (string), material_properties (dictionary)

get_scene_info

Retrieve detailed information about the current Blender scene.

execute_blender_code

Run arbitrary Python code in Blender. Parameters: code (string)

download_model

Download a 3D model from Poly Haven. Parameters: model_id (string)

generate_3D_model

Generate a 3D model using Hyper3D. Parameters: model_description (string)

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

Python

Categories