Skip to content
Cursor

blender optics simulator for Cursor

io.github.emircbngl/blender-optics-simulator

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

client:Cursor transport:stdio runtime:pypi

Install blender optics simulator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

blender optics simulator in other clients