BlenderForge connects AI assistants to Blender using the Model Context Protocol (MCP). Instead of learning complex menus and Python scripts, just describe what you want in plain English.
You: Create a cozy coffee shop scene with wooden tables and warm lighting
AI: I'll create that for you...
✓ Setting up warm HDRI lighting from PolyHaven
✓ Adding wooden tables with realistic textures
✓ Placing coffee cups and decorations
✓ Adjusting camera for a cozy atmosphere
flowchart LR
A[AI Assistant] -->|MCP Protocol| B[BlenderForge Server]
B -->|Socket| C[Blender Addon]
C -->|Python API| D[Blender]
style A fill:#000,stroke:#333,color:#fff
style B fill:#333,stroke:#000,color:#fff
style C fill:#666,stroke:#333,color:#fff
style D fill:#999,stroke:#666,color:#000