B
Blender MCP Server
by @llm-use
MCP server addon for Blender - Control Blender via AI agents through 51 powerful tools. Made to be used with PolyMCP for intelligent tool orchestration. Features thread-safe execution, auto-dependency installation, and complete 3D workflow automation.
Created 11/12/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx blender-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"llm-use-blender-mcp-server": {
"command": "uvx",
"args": [
"blender-mcp-server"
]
}
}
}