Blender Toolkit

🌐Community
by dev-gom · vlatest · Repository

This Blender Toolkit helps automate complex tasks within Blender, streamlining workflows and boosting productivity for 3D artists.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add blender-toolkit npx -- -y @trustedskills/blender-toolkit
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "blender-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/blender-toolkit"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Blender Toolkit skill automates complex tasks within Blender, a popular open-source 3D creation suite. It allows AI agents to interact with and control Blender through scripts, streamlining workflows for 3D artists. This is achieved by running specialized JavaScript scripts that execute commands within Blender via a WebSocket server. The toolkit is designed as a "black box" solution; users should primarily call the scripts directly rather than incorporating their source code into the agent's context window.

When to use it

  • Automating repetitive tasks in Blender, such as object creation or scene setup.
  • Generating 3D models based on textual descriptions or other data sources.
  • Performing complex modifications to existing Blender scenes.
  • Batch processing of Blender files for rendering or export.
  • Integrating Blender into larger automated pipelines.

Key capabilities

  • Automated script execution within Blender.
  • Support for multiple Blender versions (requires configuration).
  • Manual installation options via ZIP file or source code.
  • WebSocket server for communication between the AI agent and Blender.
  • Configuration file (~/.claude/plugins/marketplaces/dev-gom-plugins/blender-config.json) to manage Blender executable paths and addon status.

Example prompts

  • "Run the script node .blender-toolkit/bt.js list-objects."
  • "Start the Blender Toolkit WebSocket server."
  • "Update the Blender executable path in the configuration file to 'C:\Program Files\Blender Foundation\Blender 4.1\blender.exe'."

Tips & gotchas

  • Installation is crucial: Before using this skill, carefully check the installation status as described in the documentation (including checking blender-config.json). Blender version 4.0 or higher is required.
  • Configuration Required: The tool requires configuration to specify the correct path to your Blender executable and addon installation status.
  • Black Box Approach: Avoid incorporating the script source code directly into the agent's context window; treat them as standalone commands.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dev-gom
Installs
37

🌐 Community

Passed automated security scans.