Best for
- 3D artists who want to control Blender with local AI models
- Developers who need to automate 3D workflows
- Users integrating with Claude Desktop or Cursor for AI-assisted modeling
This server provides a practical MCP integration to control Blender via natural language through local Ollama models, suitable for developers and 3D artists. Its architecture is clear and tools are rich, including scene operations, materials, rendering, and AI assistance. However, executing arbitrary code and deleting objects pose security risks, requiring caution. It is non-official, depends on local models, and is not suitable for users needing cloud AI or low security risk.
Built on the Model Context Protocol (MCP), connecting Claude, Cursor, or any MCP client to Blender through a local Ollama LLM. Architecture uses FastMCP server, Blender add-on, and Ollama.
uv venv, activate, uv pip install -e ..addon.py, enable "Blender MCP", start MCP server in N-sidebar (default port 9876).ollama pull ollama run llama3.2.blender-mcp, or with custom options like --transport stdio.{
"mcpServers": {
"blender-open-mcp": {
"command": "blender-mcp",
"args": ["--transport", "stdio"]
}
}
}