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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to Blender for controlling 3D modeling operations through natural language, enabling creation of objects, applying textures and materials, scene management, and transformations with optimized token efficiency.
- FlicenseNot 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.
- 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.
- AlicenseBqualityAmaintenanceEnables AI assistants to control Blender 3D software through natural language, with tools for modeling, materials, animation, rendering, and rigging.388MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
HiveCompute MCP Server — decentralized inference router for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kiet1308/blender-headless-fleet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server