◆ CatalogMCPs
Blender MCP.
Claude controls Blender — modeling, materials, rendering
§ 01Install
◆ install
$ npx archtmpl@latest --mcp blender-mcp─ paste in terminal · restart claude code
Claude controls Blender — modeling, materials, rendering
$ npx archtmpl@latest --mcp blender-mcp─ paste in terminal · restart claude code
1{ 2 "name": "Blender MCP", 3 "summary": "Claude controls Blender directly — modeling, materials, rendering", 4 "repo": "https://github.com/ahujasid/blender-mcp", 5 "mcpServers": { 6 "blender": { 7 "command": "uvx", 8 "args": ["blender-mcp"] 9 }10 },11 "postInstallNotes": "Also install the Blender addon from the repo: github.com/ahujasid/blender-mcp#installation"12}13