blender_fleet
Allows submitting 3D model generation jobs to isolated headless Blender processes, including creating .blend files, previews, logs, and managing job statuses for supported model kinds such as cube, sphere, monkey, tower, robot, spaceship, castle, and solar_system.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blender_fleetsubmit a robot model job and wait for status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Blender MCP Fleet prototype
This prototype exposes one MCP dispatcher and fans independent model jobs out
to isolated, headless Blender processes. It is intended for multiple agents:
each agent submits a job, and each job gets its own directory, .blend,
preview, log, and Blender process.
Why this design
The currently installed ahujasid/blender-mcp add-on is a GUI TCP bridge and
uses one fixed port by default. A worker pool avoids port routing and avoids
cross-contamination between projects. It also makes failures recoverable: a
failed worker is just one failed job.
Related MCP server: Blender MCP Server
Run the smoke test
From PowerShell:
Set-Location D:\blender-mcp-fleet\prototype\fleet
python .\smoke_test.pyThe test submits four models with two workers, so two Blender jobs run at a
time. Results are written under D:\blender-mcp-fleet\prototype\jobs.
Run the MCP dispatcher
The MCP dependency can be installed into a local environment with uv:
Set-Location D:\blender-mcp-fleet\prototype
uv venv --python 3.11 .venv
uv pip install --python .\.venv\Scripts\python.exe "mcp[cli]==1.29.0"Then register this as a separate MCP entry for testing; it does not replace
the current blender entry:
[mcp_servers.blender_fleet]
command = "D:\\blender-mcp-fleet\\prototype\\.venv\\Scripts\\python.exe"
args = ["D:\\blender-mcp-fleet\\prototype\\fleet\\mcp_server.py"]
[mcp_servers.blender_fleet.env]
BLENDER_FLEET_PARALLEL = "2"The exposed tools are submit_model_job, get_job_status,
wait_for_job, list_model_jobs, and fleet_info.
The safe preset kinds include cube, sphere, monkey, tower, robot,
spaceship, castle, and solar_system. The last three are useful for a
slightly more realistic multi-agent smoke test because they create multiple
meshes, materials, lights, and modifiers.
To test the actual MCP stdio handshake without changing Codex configuration:
D:\blender-mcp-fleet\prototype\.venv\Scripts\python.exe .\fleet\mcp_smoke.pySafety boundaries
The first version only accepts a small allow-listed set of model kinds. It does not execute arbitrary agent-provided Python. A later version can add a reviewed recipe/script mode with per-job timeouts and an explicit workspace allow-list.
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloud Blender for AI agents: scenes, assets, renders, MP4, STL, GLB — over hosted remote MCP.
Task management for teams building with AI agents. Agents claim tasks and report progress.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to control Blender 3D through 27 tools for scene manipulation, materials, modifiers, animation, and rendering, with native Python integration built in Rust.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to control Blender 3D software through natural language commands, supporting object creation, manipulation, materials, rendering, and scene management with 22 tools organized across 6 categories.-
- AlicenseBqualityCmaintenanceEnables AI assistants to control Blender 3D software through natural language, with tools for modeling, materials, animation, rendering, and rigging.3810MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to create, inspect, and animate 3D scenes in Blender through natural language and structured tool calls.6MIT