blender-mcp-ultra

hoodtronik/blender-mcp-ultra
★ 0 stars Python Browser/Web Updated today
Blender MCP Ultra — consolidated 218-tool MCP server + headless bpy scripts + image-to-3D bridges
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install blender-mcp-ultra

README Excerpt

A monorepo for Blender + MCP tooling — one place for the MCP server, the headless automation scripts, and the asset-import bridges. | Path | What it is | |------|-----------| | [`server/`](server/) | **The MCP engine** — a 276-tool MCP server + Blender addon (modeling, materials, sculpt/rig/physics, AI 3D generation, and the MSFS livery pipeline). A fork of [`RFingAdam/mcp-blender`](https://github.com/RFingAdam/mcp-blender) (AGPL-3.0). |