{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "blender", "version": "2.3.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": 1, "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": { "label": "Blender MCP port", "description": "The port blender-mcp was started on. It listens on 8000 unless you passed --port.", "default": "8000" } }, "mcp": { "blender": { "url": "http://127.0.0.1:${BLENDER_MCP_PORT}/" } } } } }