mix mcpixir.blender (Mcpixir v0.1.0)
View SourceDemonstrates using Mcpixir to control Blender 3D via MCP.
This task allows controlling Blender through natural language commands processed by an LLM.
Prerequisites
You need to have the Blender MCP addon installed from: https://github.com/ahujasid/blender-mcp
Make sure the addon is enabled in Blender preferences and the WebSocket server is running before executing this task.
Usage
mix mcpixir.blender
Options
--provider=PROVIDER LLM provider (openai or anthropic, default: anthropic)
--model=MODEL Model to use (default: claude-3-sonnet-20240229 for Anthropic, gpt-4o for OpenAI)
--query=QUERY Query to send to the LLM (default is a cube creation)
--command=COMMAND Command to launch Blender MCP server (default: "uvx blender-mcp")
Examples
mix mcpixir.blender
mix mcpixir.blender --provider=openai
mix mcpixir.blender --query="Create a red torus floating above a blue plane"