Agent integrations

Connect the AI agent you already use to Blender.

BlendRelay supplies the Blender bridge and typed MCP tools. Install and authenticate the selected AI command-line agent separately.

Codex CLI

Register BlendRelay once with Codex, then select Codex in the Blender panel and choose a model available to your signed-in account.

codex mcp add blendrelay -- uvx blendrelay-mcp mcp
codex mcp list

Claude Code

Select Claude in the Blender panel after installing and signing in to Claude Code. BlendRelay detects the claude executable and prepares an isolated MCP configuration for each task. Continue can resume the Claude session associated with the current workspace; New starts a clean one.

Antigravity CLI

Install and sign in to Antigravity, select it in Blender, and launch the task. If its permission policy blocks MCP tools, allow mcp(blendrelay/*).

Other MCP clients

Compatible clients such as Claude Desktop and Cursor can connect through the published package. Blender and the BlendRelay add-on must remain open and connected.

{
  "mcpServers": {
    "blendrelay": {
      "command": "uvx",
      "args": ["blendrelay-mcp", "mcp"]
    }
  }
}

Use the least scope needed

For routine edits, select objects or geometry first. For a new scene, choose Full Scene. This keeps prompts clearer and reduces unnecessary changes.