BlenderMCP
Related Servers
Alternatives to BlenderMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to control Blender through natural language for 3D scene creation, animation, and rendering. It provides over 550 actions and direct Python execution via a bridge to a live local Blender session.5MIT
- AlicenseNot gradedqualityDmaintenanceWindows-optimized MCP server that enables control of Blender 4.0+ through 21+ tools for scene management, object manipulation, and asset downloads from PolyHaven, Sketchfab, Hyper3D, and Hunyuan3D.13MIT
- AlicenseNot gradedqualityCmaintenanceTransforms Blender into an MCP server with 50+ tools for AI-driven 3D workflows, enabling complete control over objects, materials, animations, physics simulations, and rendering through natural language commands.45MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants like Codex or ChatGPT to inspect and control a local Blender scene, including creating objects, editing materials, setting cameras and lights, rendering previews, and saving safe copies of .blend files.MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language control of Blender 3D through local AI models, allowing MCP clients to create, modify, and render scenes, apply materials, and execute Python code in Blender.-
- AlicenseCqualityDmaintenanceMCP server that enables AI to control Blender 3D, providing 175 typed tools for objects, materials, animation, compositing, and more via the Model Context Protocol.1002MIT
TDQS
Scored across 22 tools
Most tools have distinct purposes, but there is some overlap between the three generate_* tools and their corresponding import_* and poll_* tools, which could cause confusion about when to use each. For example, generate_hunyuan3d_model and import_generated_asset_hunyuan are closely related, and an agent might struggle to decide which to use first or if both are needed. However, the descriptions help clarify the workflow, and other tools like download_polyhaven_asset and set_texture are clearly differentiated.
Tool names generally follow a consistent verb_noun pattern with snake_case, such as download_polyhaven_asset and get_scene_info. There are minor deviations, like execute_blender_code (which uses 'execute' instead of a more specific verb) and some tools with longer names (e.g., generate_hyper3d_model_via_images), but overall the naming is predictable and readable across the set.
With 22 tools, the count is borderline high for a Blender integration server, as it includes many specialized tools for different 3D asset sources (Polyhaven, Sketchfab, Hunyuan3D, Hyper3D) and status checks. While each tool serves a purpose, the set feels slightly bloated and could overwhelm an agent, especially with redundant tools like multiple status checks (e.g., get_polyhaven_status, get_sketchfab_status). A more streamlined approach might reduce cognitive load.
The tool set covers a wide range of 3D asset workflows, including downloading, generating, importing, and managing assets from multiple sources, as well as scene inspection and screenshot capture. However, there are minor gaps, such as no tools for modifying or deleting imported assets, and limited scene manipulation beyond texture application. For the domain of Blender asset integration, the coverage is strong but not fully comprehensive, as agents might need additional operations for complete scene management.