get_model_infoAHueflow SketchUp MCPRetrieve general information from the active SketchUp model including name, file path, unit system, and counts of entities, layers, and materials.MIT
export_sceneAsketchup-mcp2Export current SketchUp scene to temp file in skp, obj, dae, stl, png, or jpg format. Returns file path and format, with warning for unsaved models.MIT
undoAsketchup-mcp2Reverse the most recent operation in SketchUp with a single MCP call, restoring the model to its prior state.MIT
execute_rubyAHueflow SketchUp MCPExecute Ruby code inside SketchUp to automate 3D modeling tasks, access the full Ruby API, and modify model data directly.MIT
list_materialsAHueflow SketchUp MCPList all materials in a SketchUp model, including their colors and textures.MIT
get_model_infoAsketchup-mcp2Retrieve current SketchUp model details including file path, title, units, bounding box, entity count, and layer list.MIT
sketchup-mcp2Design ToolszininAlicenseAqualityAmaintenanceConnects SketchUp to Claude AI through the Model Context Protocol, enabling prompt-assisted 3D modeling, scene manipulation, and woodworking joinery operations. Updated a month ago (2026-07-13 10:41 UTC)2213MIT
sketchup-mcpDesign ToolsAutonomous AgentsnguyenduyhustAlicenseBqualityCmaintenanceConnects SketchUp to Claude AI through MCP, enabling natural language controlled 3D modeling, component manipulation, and scene creation. Updated 17 days ago (2026-07-28 17:07 UTC)10MIT
list_componentsAHueflow SketchUp MCPRetrieve a list of all component definitions in your SketchUp model to manage and organize 3D assets.MIT
execute_rubyASketchUp MCP ServerExecute Ruby code in SketchUp to automate 3D modeling tasks and access the complete SketchUp Ruby API.MIT
get_model_infoASketchUp MCP ServerRetrieve key details of the active SketchUp model, including name, file path, unit system, and counts of entities, layers, and materials.MIT
list_layersASketchUp MCP ServerLists all layers in the SketchUp model with their visibility status to help manage which layers are active.MIT
list_materialsASketchUp MCP ServerRetrieve a list of all materials in a SketchUp model, including their colors and textures, to inspect or verify material properties.MIT
list_componentsASketchUp MCP ServerList all component definitions in the SketchUp model to identify available reusable geometry.MIT
create_faceASketchUp MCP ServerCreate a flat face (polygon) in SketchUp from an ordered list of 3D points, with optional layer and material assignments.MIT
eval_rubyAsketchup-mcpExecute Ruby code in SketchUp to automate workflows, modify geometry, and add custom functionality beyond built-in tools.MIT
list_layersAHueflow SketchUp MCPRetrieve all layers (tags) in the SketchUp model and check their visibility status.MIT
create_groupBSketchUp MCP ServerCreates a new empty group with a specified name in a SketchUp model, optionally placing it on a chosen layer.MIT
create_groupBHueflow SketchUp MCPCreate a named empty group in SketchUp to organize model elements, with optional layer assignment.MIT
create_faceBHueflow SketchUp MCPCreate a flat polygon face in SketchUp by providing an ordered list of 3D points. Optionally assign a layer or material.MIT
create_circleBSketchUp MCP ServerGenerates a circle in SketchUp using specified center point, normal vector, and radius, returning the edge segments.MIT
create_circleBHueflow SketchUp MCPCreates a circle in SketchUp by specifying a center point, normal vector, radius, and segment count. Returns the edges forming the circle.MIT