Community plugin to control Blender 3D with any LLM of your choice
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"blender-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-blender-mcp"
]
}
}
}