SketchUp MCP Server
Related Servers
Alternatives to SketchUp MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables controlling SketchUp from MCP-compatible clients via a stdio Python server that bridges to a Ruby plugin, supporting component operations, material assignment, scene export, arbitrary Ruby evaluation, and wood joinery tools.101MIT
- AlicenseAqualityCmaintenanceControls SketchUp via AI assistants, enabling 3D model creation programmatically through the Model Context Protocol.2110MIT
- 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
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to inspect and manipulate live SketchUp models through a safe loopback bridge, supporting geometry creation, component/group operations, tags, materials, and transformations with persistent-ID safety.-
- AlicenseBqualityCmaintenanceConnects SketchUp to Claude AI through MCP, enabling natural language controlled 3D modeling, component manipulation, and scene creation.10MIT
- 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
TDQS
Scored across 24 tools
Most tools have clearly distinct purposes, but list_components and find_components overlap since find with no filters performs the same traversal as list. The joint-creation and edge-modification tools are similar in kind but clearly differentiated by descriptions.
All tool names use snake_case and follow a consistent verb_noun pattern (create_component, get_component_info, list_components, delete_component, transform_component). The only minor exception is boolean_operation, which is still readable and stylistically consistent.
With 24 tools the set is at the high end of the typical range, but each tool covers a distinct CAD operation (primitive creation, curves, joints, edge treatments, booleans, layers, export, undo, diagnostics). The count is slightly heavy yet reasonable for a feature-rich SketchUp manipulation server.
Core CRUD for components is well covered (create, get, list/find, transform, delete, material), along with layers, export, undo, and an eval_ruby escape hatch. Gaps remain—no delete/update layer, no material listing, no duplicate/rename component—but eval_ruby allows agents to work around them.