Skip to content
v3.0.0MIT

Drive a connected Blender session over the official Blender Lab MCP server: inspect blend files and objects, execute bpy code, query the bundled Python API docs, capture viewport screenshots, and verify every change. Artyx connects over HTTP to a locally running blender-mcp process that relays to the Blender MCP add-on.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

blenderstreamable-http
{
  "type": "streamable-http",
  "url": "http://127.0.0.1:8000/"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "blender",
  "version": "3.0.0",
  "description": "Drive a connected Blender session over the official Blender Lab MCP server: inspect blend files and objects, execute bpy code, query the bundled Python API docs, capture viewport screenshots, and verify every change. Artyx connects over HTTP to a locally running blender-mcp process that relays to the Blender MCP add-on.",
  "author": { "name": "Artyx", "url": "https://artyx.ai" },
  "homepage": "https://www.blender.org/lab/mcp-server/",
  "repository": "https://github.com/arg-software-factory/artyx-marketplace",
  "license": "MIT",
  "keywords": ["3d", "dcc", "animation", "blender"],
  "extensions": {
    "ai.artyx.desktop": {
      "schemaVersion": 3,
      "pluginClass": "conversational",
      "interface": {
        "displayName": "Blender",
        "tagline": "Build and animate 3D scenes in a live Blender session.",
        "category": "Creativity",
        "docsUrl": "https://www.blender.org/lab/mcp-server/",
        "capabilities": ["Interactive", "Write"],
        "brandColor": "#EA7600",
        "prompts": [
          "Build a small treasure-room scene in Blender and animate the chest lid opening over 30 frames."
        ]
      },
      "compatibility": { "artyx": ">=0.7.91" },
      "userVars": {
        "BLENDER_MCP_PORT": {
          "type": "string",
          "label": "Blender MCP port",
          "description": "The port blender-mcp was started on. It listens on 8000 unless you passed --port.",
          "required": true,
          "default": "8000",
          "pattern": "^[0-9]{2,5}$"
        }
      },
      "mcp": {
        "blender": { "url": "http://127.0.0.1:${BLENDER_MCP_PORT}/" }
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.artyx.desktop