setup-blender

Inspects Blender environments and proposes a pinned local Blender MCP adapter with rollback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting an AI assistant to Blender for 3D generation or animation requires a local MCP adapter, but installing one blindly risks version mismatches, unvetted code execution, and lost source assets. This Skill inspects the environment first and produces a reviewed, reversible setup plan before anything changes. ## Core Features & Use Cases - Environment Inspection: Runs the core doctor and checks Blender/Python versions, OS and architecture, uv availability, existing MCP configuration, GPU backend, disk and network needs, and uncommitted work. - Pinned Adapter Proposal: Proposes the MIT-licensed ahujasid/blender-mcp adapter at an immutable descriptor commit, with license, Python pin, permissions, backups, expiry, digest verification, and rollback operations. - Confirmation-Gated Apply: Waits for verbatim confirmation before applying, then finishes with a doctor check and asks before launching Blender or running scene-changing health checks. - Use Case: A game developer wants AI-assisted 3D asset generation in Blender; the Skill inspects their project, presents the exact addon and server downloads with SHA-256 digests and rollback steps, and only proceeds after explicit approval. ## Quick Start Use the setup-blender skill to inspect my Blender installation and game project, then propose the pinned local Blender MCP adapter plan 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 connect an AI assistant to Blender for 3D generation?

Use a Blender MCP adapter such as the MIT-licensed ahujasid/blender-mcp server. This Skill inspects your Blender and Python versions, then proposes the pinned adapter with addon steps, permissions, and rollback before any installation occurs.

What is the Blender MCP server and is it safe to install?

The Blender MCP server accepts local socket commands and can execute Python inside Blender, so it requires high trust and localhost-only networking. This Skill pins it to an immutable commit with SHA-256 digest verification and waits for your confirmation before applying.

Does the Blender MCP setup work on Windows and macOS?

Yes, the inspection covers OS and architecture detection for Windows and macOS editions. It checks Blender and Python versions, uv availability, GPU backend, and existing MCP configuration before proposing a matching setup plan.

Will setting up Blender MCP modify my existing .blend files?

No, the workflow preserves original .blend files and source assets. Generated or enhanced results are written to separate before/after files, and the plan includes backups and rollback operations.

Why does the setup require confirmation before installing the addon?

Because the adapter can execute Python inside Blender, installation is a high-trust operation. The Skill presents downloads, licenses, permissions, and the digest first, then waits for verbatim confirmation to prevent unreviewed changes.