Skip to main content
Glama
andyluu98

vn-sketchup-mcp

by andyluu98

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_componentC

Create a new component in Sketchup

delete_componentB

Delete a component by ID

transform_componentC

Transform a component's position, rotation, or scale

get_selectionB

Get currently selected components

set_materialC

Set material for a component

export_sceneC

Export the current scene

create_mortise_tenonC

Create a mortise and tenon joint between two components

create_dovetailC

Create a dovetail joint between two components

create_finger_jointB

Create a finger joint (box joint) between two components

eval_rubyB

Evaluate arbitrary Ruby code in Sketchup

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Most tools target distinct operations: component creation, deletion, transformation, selection, materials, scene export, and specific joint types. The main ambiguity is eval_ruby, which can theoretically perform any operation, but its purpose as a scripting escape hatch is clear.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern, such as create_component, delete_component, transform_component, export_scene, and create_dovetail. There is no mixing of casing styles or vague verbs, making the naming predictable.

Tool Count5/5

Ten tools is a well-scoped number for a Sketchup-focused server. Each tool covers a meaningful aspect of the modeling workflow, and the count is neither too sparse nor bloated.

Completeness3/5

The tool set covers core component operations and joint creation, but lacks direct component read/list operations and joint removal or editing tools. eval_ruby can fill some gaps, but it is a generic escape hatch rather than a structured part of the domain surface.

Maintenance

ActivityMaintained
ResponsivenessNo issues