Back to Apps

Blender MCP
by Vertiiii
Real-time 3D scene control for Blender via natural language commands over TCP socket.
0 stars
Works in:claude
Exposes:Tools
What it does
Blender MCP is a bridge that allows LLMs to interact directly with Blender in real time. It uses structured JSON commands over a TCP socket to enable natural language control of 3D scenes, enabling both professionals and beginners to manipulate objects and environments without manual GUI navigation.
Tools
scene_control: Manipulate objects, materials, and camera settings within the active Blender scene via JSON commands.
Installation
{
"mcpServers": {
"blender-mcp": {
"command": "node",
"args": ["/path/to/blender-mcp/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"blender-mcp": {
"command": "node",
"args": ["/path/to/blender-mcp/index.js"]
}
}
}






