← Back to Plugins
MCP Server MCP

io.github.emircbngl/blender-optics-simulator

github By github 👁 1 views ▲ 0 votes

Build, align & render a real optical bench in Blender; drivable by an AI agent over MCP.

Homepage Verified source GitHub

Install

uvx blender-optics-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "blender-optics-mcp",
      "version": "0.24.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TCP port of the add-on's localhost bridge inside Blender (Optics > Simulation > Start MCP Bridge).",
          "default": "9765",
          "name": "OPTICS_BRIDGE_PORT"
        },
        {
          "description": "Host of the add-on bridge.",
          "default": "127.0.0.1",
          "name": "OPTICS_BRIDGE_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...