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.
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.