About Blender MCP Server
The Blender MCP Server is a utility server that integrates Blender, the open-source 3D creation suite, with AI assistants through the Model Context Protocol (MCP). This integration enables AI models to directly interact with and control Blender, facilitating prompt-assisted 3D modeling, scene creation, and manipulation.
Key features include:
- Two-way Communication: Establishes a socket-based connection between AI assistants and Blender, allowing seamless command execution and data retrieval.
- Object Manipulation: Enables creation, modification, and deletion of 3D objects within Blender.
- Material Control: Allows application and modification of materials and colors on 3D objects.
- Scene Inspection: Provides detailed information about the current Blender scene, including object properties and scene hierarchy.
- Code Execution: Supports running arbitrary Python code within Blender from the AI assistant, enabling advanced operations and customizations.
- Asset Integration: Supports integration with external asset libraries such as Poly Haven and Hyper3D Rodin, allowing for enhanced asset creation and import functionalities.
Designed for local operation, the server ensures data privacy and security. It is actively maintained as an open-source project.