blender_fleet
Prototipo Blender MCP Fleet
Este prototipo expone un único despachador de MCP y reparte trabajos de modelos independientes a procesos de Blender aislados y sin interfaz gráfica. Está pensado para varios agentes: cada agente envía un trabajo, y cada trabajo recibe su propio directorio, .blend, vista previa, registro y proceso de Blender.
¿Por qué este diseño?
El complemento ahujasid/blender-mcp actualmente instalado es un puente TCP con interfaz gráfica y usa un puerto fijo por defecto. Un pool de trabajadores evita el enrutamiento de puertos y evita la contaminación cruzada entre proyectos. Además, hace que los fallos sean recuperables: un trabajador que falla no es más que un trabajo fallido.
Related MCP server: Blender MCP Server
Ejecutar la prueba de humo
Desde PowerShell:
Set-Location D:\blender-mcp-fleet\prototype\fleet
python .\smoke_test.pyLa prueba envía cuatro trabajos de modelos con dos trabajadores, de modo que se ejecutan dos trabajos de Blender a la vez. Los resultados se escriben en D:\blender-mcp-fleet\prototype\jobs.
Ejecutar el despachador MCP
La dependencia de MCP se puede instalar en un entorno local con 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"A continuación, regístralo como una entrada de MCP separada para las pruebas; no reemplaza la entrada actual de blender:
[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"Las herramientas expuestas son submit_model_job, get_job_status, wait_for_job, list_model_jobs y fleet_info.
Los tipos de presets seguros incluyen cube, sphere, monkey, tower, robot, spaceship, castle y solar_system. Los tres últimos son útiles para una prueba de humo multiagente ligeramente más realista, ya que crean varias mallas, materiales, luces y modificadores.
Para probar el handshake real de MCP stdio sin cambiar la configuración de Codex:
D:\blender-mcp-fleet\prototype\.venv\Scripts\python.exe .\fleet\mcp_smoke.pyLímites de seguridad
La primera versión solo acepta un pequeño conjunto de tipos de modelos permitidos. No ejecuta Python arbitrario proporcionado por el agente. Una versión posterior puede añadir un modo de recetas/scripts revisado con tiempos de espera por trabajo y una lista explícita de espacios de trabajo permitidos.
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