Skip to main content
Glama
Prasadpodaparthi

SketchUp MCP Server

Related Servers

Alternatives to SketchUp MCP Server

No user-submitted related servers found.

    Related Servers

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

    TDQS

    A3.9/5.0

    Scored across 24 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count4/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues