con un clic
mcp-blender-agent
mcp-blender-agent contiene 5 skills recopiladas de PoBruno, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Passive context — you control a live Blender session through the blender-agent MCP. Load this whenever the user asks to model, rig, animate, texture, light, render, or export anything in 3D, or mentions Blender. It tells you the operating loop, the tool map, and the gotchas that bite first-timers.
Blender Python API cheat sheet for AI agents — bpy.data vs bpy.ops, the main-thread rule, context overrides, mode switches, where to reach for bmesh vs operators. Read when picking the right API for a tool implementation.
Step-by-step playbook for installing mcp-blender-agent into an end user's agent harness (Claude Code / Copilot / Cursor / Claude Desktop). Read when the user asks to install the MCP or follow the install prompt.
How to design and register a new MCP tool — input schema (Zod), output contract, descriptions, tests. Read before adding any new tool to Tools/src/tools/.
Designing composite Blender tools and chaining existing ones via the ID-passing contract. Read when adding a new tool, designing a multi-step flow, or refactoring primitives into a composite atomic flow.