blender_fleet

blender_fleet

Enables multiple AI agents to concurrently submit isolated 3D modeling jobs to headless Blender workers, with per-job outputs, logs, and status tracking.

Category
Visit Server

README

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.

Run the smoke test

From PowerShell:

Set-Location D:\blender-mcp-fleet\prototype\fleet
python .\smoke_test.py

The 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.py

Safety 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured