Home › Other › blender-optics-simulator

blender-optics-simulator

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

Python
★ 21 stars Last pushed 2026-09-23 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.24.4)

uvx blender-optics-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "blender-optics-simulator": {
      "command": "uvx",
      "args": [
        "blender-optics-mcp"
      ],
      "env": {
        "OPTICS_BRIDGE_PORT": "<YOUR_VALUE>",
        "OPTICS_BRIDGE_HOST": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPTICS_BRIDGE_PORT — TCP port of the add-on's localhost bridge inside Blender (Optics > Simulation > Start MCP Bridge).
  • OPTICS_BRIDGE_HOST — Host of the add-on bridge.

Related servers

Data from the Official MCP Registry