Blender Open MCP is a server implementation that integrates Blender with local AI models via Ollama using the Model Context Protocol. Developed by Nirajan Dhakal, it enables controlling Blender through natural language prompts, allowing users to perform 3D modeling tasks like creating primitives, modifying objects, applying materials, and rendering images. The server includes optional PolyHaven integration for downloading and using assets directly within Blender, and features a Blender add-on that provides a user interface for seamless communication between the AI model and the 3D software.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieves scene details. Parameters: None
Retrieves information about an object. Parameters: object_name (str)
Creates a 3D object. Parameters: type, name, location, rotation, scale
Modifies an object’s properties. Parameters: name, location, rotation, scale, visible
Deletes an object. Parameters: name (str)
Assigns a material to an object. Parameters: object_name, material_name, color
Renders an image. Parameters: file_path (str)
Executes Python code in Blender. Parameters: code (str)
Lists PolyHaven asset categories. Parameters: asset_type (str)
Searches PolyHaven assets. Parameters: asset_type, categories
Downloads a PolyHaven asset. Parameters: asset_id, asset_type, resolution, file_format
Applies a downloaded texture. Parameters: object_name, texture_id
Sets the Ollama model. Parameters: model_name (str)
Sets the Ollama server URL. Parameters: url (str)
Lists available Ollama models. Parameters: None