MCP Server
MCP
io.github.emircbngl/blender-optics-simulator
Build, align & render a real optical bench in Blender; drivable by an AI agent over MCP.
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
By
Comments
Sign in to leave a comment