blender-mcp.md

Blender MCP

UI App
from"blender"
980

Control Blender 3D through natural language for scene creation

Gaming
Blender3Dmodelinganimation
install.sh
# Clone the repository
$git clone https://github.com/blender/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve