sketchup-mcp2
Related Servers
Alternatives to sketchup-mcp2
No user-submitted related servers found.
Related Servers
- AlicenseBqualityFmaintenanceConnects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling and scene manipulation.10409MIT
- AlicenseBqualityCmaintenanceIntegration that connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling, scene creation, and manipulation.1025MIT
- AlicenseBqualityCmaintenanceConnects SketchUp to Claude AI through MCP, enabling natural language controlled 3D modeling, component manipulation, and scene creation.10MIT
- AlicenseAqualityCmaintenanceConnects Claude AI to SketchUp, allowing you to create and modify 3D models via natural language commands.217MIT
- AlicenseBqualityDmaintenanceEnables direct interaction and control of SketchUp through Claude AI using the Model Context Protocol and a TCP socket connection. It allows for prompt-assisted 3D modeling, component manipulation, and the execution of arbitrary Ruby code within the SketchUp environment.10MIT
- AlicenseNot gradedqualityCmaintenanceConnects Rhino and Grasshopper to Claude AI via the Model Context Protocol, enabling prompt-assisted 3D modeling, scene manipulation, and control through tools like object creation, layer management, and code execution.27MIT
TDQS
Scored across 22 tools
Most tools are clearly distinct (create_component vs transform_component vs delete_component; list_components vs get_component_info vs find_components). The three joint tools (create_mortise_tenon, create_dovetail, create_finger_joint) are similar in purpose but each targets a different joint type, so they are distinguishable. Some overlap exists between list_components and find_components with no filters, but descriptions clarify the difference.
The naming pattern is mostly consistent verb_noun: create_*, list_*, get_*, delete_*, transform_*, set_*, export_*, eval_*, boolean_operation, chamfer_edge, fillet_edge. Minor deviations: boolean_operation, chamfer_edge, and fillet_edge use noun_verb or bare noun forms instead of verb_noun, but the pattern is still readable and predictable.
22 tools is on the higher end but appropriate for a SketchUp MCP server covering modeling primitives, transformations, joints, booleans, edge operations, materials, layers, selection, scene export, and introspection. It is slightly heavy but each tool serves a distinct purpose in the 3D modeling workflow.
The tool surface covers core modeling operations: create, transform, delete, boolean ops, edge modifications, materials, layers, selection, and model info. Minor gaps include no explicit update/rename tool for components (though eval_ruby can cover it) and no direct tool for creating edges/faces from scratch beyond primitives, but the eval_ruby escape hatch fills many gaps.