Skip to main content
Glama
im2157496199-max

MCP Server for SketchUp

Related Servers

Alternatives to MCP Server for SketchUp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Connects 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.
      24
      MIT
    • A
      license
      B
      quality
      F
      maintenance
      Connects 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.
      10
      409
      MIT
    • A
      license
      C
      quality
      B
      maintenance
      Enables 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.
      37
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Connects 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.
      1
      MIT

    TDQS

    A3.9/5.0

    Scored across 22 tools

    Disambiguation4/5

    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.

    Naming Consistency4/5

    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.

    Tool Count4/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues