Skip to main content
Glama
615,534 tools. Updated 2026-09-27 09:21

"Sketch" matching MCP tools:

  • Creates a new Arduino sketch folder with a pre-filled .ino file containing setup() and loop() boilerplate, so you can start coding immediately.
    MIT
  • Package Arduino sketch folders into .zip files, optionally including build artifacts, for easy sharing or archiving.
    MIT
  • Execute ECMAScript 2020 scripts within Sketch to automate design tasks and extend plugin functionality.
    -
  • Analyzes Sketch HTML zip files to extract design structure, page layouts, and artboard information for design review and implementation.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cast a BaZi (Four Pillars / 八字) chart the right way round: true solar time correction first (DST, longitude, equation of time), then the four pillars, hidden stems, nayin and luck-cycle sequence. Also offers a two-step personality sketch framed as self-reflection, not prediction. No auth; English and Chinese.

  • Cast a BaZi (Four Pillars) chart with true solar time, plus a reflective personality sketch.

  • Render a named 2D KCL sketch as a debug PNG to inspect sketch geometry and solver constraints without opening a modeling session.
    MIT
  • Turn a profile sketch and a spine sketch into a 3D solid by sweeping the profile along the spine, with configurable orientation and transition.
    Apache 2.0
  • Extrude a 2D sketch into a 3D solid by a specified length, with an option to extend symmetrically on both sides for balanced thickness.
    Apache 2.0
  • Rotate a sketch around a body origin axis (X, Y, or Z) by a specified angle to create a 3D solid. Provide the sketch and optionally set axis, angle, and reversed direction to control the output.
    Apache 2.0
  • Creates a rectangle on an active sketch by specifying two opposite corner coordinates in millimeters. Requires a prior create_sketch call.
    Apache 2.0
  • Create a new sketch on a specified plane (front, top, right) in SOLIDWORKS. Returns the sketch name and leaves the sketch in edit mode for adding geometry.
    Apache 2.0
  • Sweeps a closed profile sketch along a path sketch to create a boss feature like tubes or gaskets.
    Apache 2.0
  • Creates a planar sketch for Fusion 360 reconstruction. Specify a base plane with offset, or an origin and normal from a mesh cross-section to align the sketch exactly with the geometry.
    MIT
  • Finish the active sketch to inspect it or switch to another one. Use when you need to exit sketch editing mode manually.
    AGPL 3.0
  • Add a geometric constraint like horizontal, vertical, coincident, tangent, equal, or fix to sketch segments to make the sketch fully defined.
    Apache 2.0
  • Reopen an existing sketch to edit dimensions, relations, or geometry without rebuilding the part.
    Apache 2.0
  • Add geometric constraints (horizontal, vertical, coincident, tangent, equal, fix) to sketch segments to fully define a sketch, preventing unwanted movement under automatic relations.
    Apache 2.0
  • Verify a sketch has the expected number of closed profiles. Returns ok=False when mismatched, catching self-intersecting polygons that silently create extra profiles.
    MIT