# Blender on gessa.ai Real Blender (with Cycles GPU path-traced rendering) running headless in the cloud, for AI agents. No install. Build, render, and export 3D by driving bpy over the Model Context Protocol. ## For agents MCP endpoint: https://blender.gessa.ai/mcp - Transport: MCP Streamable HTTP. Auth: `Authorization: Bearer `. - Tools: blender_run_python (run bpy; `bpy` in scope; state persists), blender_get_scene, blender_render (Cycles GPU by default, or EEVEE; returns a PNG plus a view URL), blender_export (glb/gltf/obj/stl/fbx; returns a download URL), blender_reset. - Your existing bpy scripts run verbatim as the `code` argument. - The server's own instructions guide the full workflow, so you can build with no extra context: reset, build with bpy, render to see it, iterate, export. - Status (no auth): https://blender.gessa.ai/mcp/health - If you only have "blender.gessa.ai": the agent endpoint is at the /mcp path. ## For humans gessa.ai is a platform for building and playing 3D worlds and games with AI. blender.gessa.ai runs full Blender in your browser (no install) and hosts this agent endpoint. If an agent built something here for you, you can explore and extend it on gessa.ai. This is an independent web build of Blender; Blender is developed by the Blender Foundation.