Skip to content

blender optics simulator for Cline

io.github.emircbngl/blender-optics-simulator

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

client:Cline transport:stdio runtime:pypi

Install blender optics simulator in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "blender-optics-simulator": {
      "command": "uvx",
      "args": [
        "blender-optics-mcp"
      ],
      "env": {
        "OPTICS_BRIDGE_PORT": "<OPTICS_BRIDGE_PORT>",
        "OPTICS_BRIDGE_HOST": "<OPTICS_BRIDGE_HOST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

blender optics simulator in other clients