setup-blender

Inspects Blender and game projects to propose a pinned local Blender MCP adapter configuration.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill setup-blender-claretagrapelike32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-blender
Source: https://github.com/claretagrapelike32/codex-ai-game-studio/tree/main/plugins/ai-game-studio-blender/skills/setup-blender
Command: npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill setup-blender-claretagrapelike32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting Blender to an AI assistant via an MCP server involves security-sensitive decisions: the Blender addon accepts local socket commands and the server can execute arbitrary Python inside Blender. This Skill inspects your environment and produces a reviewed, pinned installation plan before anything is installed, so you never approve an unverified adapter. ## Core Features & Use Cases - Environment Inspection: Runs a doctor check covering Blender/Python versions, OS/architecture, uv availability, existing MCP configuration, GPU backend, disk/network needs, and uncommitted work. - Pinned Adapter Proposal: Proposes the MIT-licensed ahujasid/blender-mcp adapter at an immutable descriptor commit, with downloads, license, Python pin, permissions, backups, expiry, rollback operations, and SHA-256 digest. - Confirmation-Gated Apply: Waits for verbatim digest confirmation before applying anything, and asks before launching Blender, installing the addon, or running scene-changing health checks. - Use Case: Before starting AI-assisted 3D asset generation, run this Skill to get a safe, reviewable plan for wiring Blender into your MCP workflow with rollback protection. ## Quick Start Ask the assistant to inspect Blender and this game project, then propose the pinned local Blender MCP adapter without installing anything yet.

Frequently Asked Questions about setup-blender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Blender MCP for AI-assisted 3D work?

Run the environment inspection first, which checks Blender and Python versions, OS, uv availability, and existing MCP configuration. The Skill then proposes the pinned ahujasid/blender-mcp adapter with a plan you must confirm by digest before anything is installed.

What Blender MCP server does this setup use?

It uses the MIT-licensed ahujasid/blender-mcp adapter pinned to an immutable descriptor commit. The Blender addon accepts local socket commands and the server can execute Python inside Blender, so it requires high trust and localhost-only networking.

Does the setup install the Blender addon automatically?

No. Nothing is installed before you confirm the plan digest verbatim. The Skill also asks separately before launching Blender, installing the addon, or running any scene-changing health check.

Is Blender MCP safe to run on my machine?

The server can execute arbitrary Python inside Blender, which is inherently high trust. The setup mitigates this with localhost-only networking, SHA-256 verification of server executables, pinned commits, explicit permission lists, and rollback operations.

What happens to my original .blend files during setup?

Original .blend files and source assets are preserved. Generated or enhanced results are written to separate before/after files, and only one Blender MCP host is kept active at a time.