Loading MCP server directory, please wait...
Build, align & render a real optical bench in Blender; drivable by an AI agent over MCP.
npx @getmcp/cli add io.github.emircbngl/blender-optics-simulatorRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.emircbngl/blender-optics-simulator": {
"command": "uvx",
"args": [
"blender-optics-mcp"
],
"env": {
"OPTICS_BRIDGE_PORT": "9765",
"OPTICS_BRIDGE_HOST": "127.0.0.1"
}
}
}
}