BlenderMCP
Related Servers
Alternatives to BlenderMCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceConnects Blender to Claude AI via the Model Context Protocol, enabling natural language-driven 3D modeling, scene creation, and manipulation.22MIT
- AlicenseBqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, and manipulation through natural language commands.172MIT
- AlicenseAqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol, enabling prompt-assisted 3D modeling, scene creation, and manipulation.22MIT
- AlicenseAqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol, enabling prompt-assisted 3D modeling, scene creation, and manipulation.22MIT
- AlicenseBqualityDmaintenanceConnects Blender 3D to Claude AI through the Model Context Protocol, enabling prompt-driven 3D modeling, scene creation, and real-time object manipulation.22MIT
- AlicenseBqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.17MIT
TDQS
Scored across 22 tools
The tools split cleanly by integration/provider (Hyper3D, Hunyuan3D, Sketchfab, Polyhaven) and action (status, generate, poll, import, search, download), so most are easy to tell apart. However, the multiple generation tools and the two import_generated_asset variants have overlapping shapes and could be misselected without careful reading.
Most tools follow a consistent get_/generate_/poll_/download_/search_ + noun pattern, and all are snake_case. The main inconsistency is that Hunyuan tools use 'hunyuan3d'/'hunyuan' while Hyper3D tools mix 'hyper3d' and 'rodin', and the import functions are named asymmetrically.
At 22 tools, this is on the heavy end for an MCP server, and the count feels borderline even though the breadth is somewhat justified by three large asset integrations plus scene inspection. Each tool has a real purpose, but the overall surface could be tightened.
The asset lifecycle is well covered: check integration, generate/search, poll, import/download, plus scene observation and arbitrary code execution for fallback. Minor gaps include no direct update/delete operations for imported assets and no dedicated Sketchfab model detail retrieval beyond preview, but these are workable.