MCP Server for SketchUp
Related Servers
Alternatives to MCP Server for SketchUp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceConnects MCP-aware AI clients to a live SketchUp session so models can be built and edited through natural-language prompts. Exposes typed tools for geometry creation, materials, booleans, edge chamfers/fillets, joinery, scene export, model introspection, viewport screenshots, and an optional arbitrary-Ruby escape hatch.24MIT
- 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
- AlicenseBqualityCmaintenanceConnects SketchUp to Claude AI through MCP, enabling natural language controlled 3D modeling, component manipulation, and scene creation.10MIT
- AlicenseAqualityCmaintenanceControls SketchUp via AI assistants, enabling 3D model creation programmatically through the Model Context Protocol.2113MIT
- AlicenseCqualityBmaintenanceEnables MCP clients to inspect and modify SketchUp models through a local authenticated bridge, covering entity creation and editing, geometry, materials, tags, cameras, scenes, transactions, snapshots, and file or view export. It also offers an optional full SketchUp Ruby API execution channel and batch operations for furniture, architectural, and analysis tasks.37MIT
- AlicenseNot gradedqualityCmaintenanceConnects MCP-compatible clients to a live Blender scene for AI-assisted 3D workflows, enabling inspection and controlled operations on objects, materials, cameras, lights, render settings, animation, UVs, Geometry Nodes, imports, exports, and Python execution.1MIT
TDQS
Scored across 22 tools
Most tools target clearly distinct operations (joints, booleans, edge chamfer/fillet, transforms), and descriptions clarify boundaries well. The main soft spots are the component trio (list_components/find_components/get_component_info) where find with no filters duplicates list, and the somewhat misleading create_component which makes primitives rather than SketchUp components.
Nearly all tools use a consistent snake_case verb_noun pattern (create_component, list_layers, get_model_info, chamfer_edge, eval_ruby). Only minor deviations like boolean_operation (noun-only, no verb) break the pattern.
22 tools is on the heavy side but appropriate for a rich 3D modeling domain spanning primitives, joints, booleans, edge operations, layers, export, and introspection. Each tool covers a distinct capability with little redundancy, though it sits near the upper bound of comfortable scoping.
Strong lifecycle coverage: create/delete/transform, materials, booleans, joinery, layers, export, screenshots, and model introspection. Gaps exist (no rename/re-layer component, no duplicate/mirror/array, no delete_layer or save), but eval_ruby provides a general escape hatch for uncovered operations.