Odel
ellmos Blender Use

ellmos Blender Use

Local
@ellmos-ai1JavaScriptMITUpdated 6 days ago

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmellmos-blender-use-mcpv0.1.0-alpha.4

Run

npx -y ellmos-blender-use-mcp

MCP client config

{
  "mcpServers": {
    "ellmos-blender-use": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-blender-use-mcp"
      ]
    }
  }
}