Skip to main content
Glama
133,981 tools. Last updated 2026-05-25 18:03

"CNCF" matching MCP tools:

  • Execute an emergency stop to halt all motion and spindle operations on a CNC router. Use this tool to safely reset the controller when immediate cessation is required.
    MIT
  • Restore CNC machine settings from a backup file. Shows changes in dry-run mode; set confirm=true to apply restoration.
    MIT
  • Resume machine motion after a feed hold by sending the '~' realtime command to CNC routers running FluidNC firmware.
    MIT
  • Send G-code or Grbl commands to CNC machines running FluidNC firmware. Execute single commands with automatic safety classification, requiring confirmation for dangerous operations.
    MIT
  • Set work coordinate zero for CNC machine axes at the current position. Specify X, Y, or Z axes to zero, or set all axes to zero by default.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Bridges Claude Code to CNCjs to enable remote control and monitoring of GRBL-based CNC machines. It provides a comprehensive toolset for managing G-code jobs, machine movement, and safety operations through natural language.
    Last updated
    30
    MIT
  • Pause CNC machine motion immediately by sending a realtime command to halt all movement during operation.
    MIT
  • Retrieve current G-code modal state including motion mode, coordinate system, units, distance mode, spindle, and coolant status for CNC routers running FluidNC firmware.
    MIT
  • Move CNC router to work coordinate zero with safe Z-axis handling. Raises Z to safe height, moves XY to zero, then lowers Z to the work surface.
    MIT
  • Execute saved CNC machine macros with parameter overrides. Shows preview first; set confirm=true to run the macro on FluidNC-controlled routers.
    MIT
  • Execute G-code programs stored on a CNC controller's SD card to control machine operations. Requires confirmation for safety.
    MIT
  • Retrieve CNC machine configuration settings from FluidNC/Grbl firmware. Filter results by specific parameters like acceleration, steps, or speed rates to access precise machine data.
    MIT
  • Remove files from the CNC controller's SD card to free up storage space and manage G-code programs. Requires explicit confirmation for deletion.
    MIT
  • Save current CNC machine settings and work offsets to a timestamped backup file for configuration protection and recovery.
    MIT
  • Move a CNC machine along X, Y, or Z axis by a specified distance at a controlled feed rate using incremental positioning.
    MIT
  • Execute homing cycles for CNC router axes to establish machine zero positions. Specify individual X, Y, or Z axes or home all axes by default.
    MIT
  • Retrieve all saved CNC macros from FluidNC firmware to access pre-configured machining operations and G-code sequences.
    MIT
  • Retrieve FluidNC CNC router system details including firmware version, CPU, memory, WiFi status, and SD card information for monitoring and troubleshooting.
    MIT
  • Execute multi-line G-code programs on CNC routers running FluidNC firmware by sending commands line-by-line with confirmation required for safety.
    MIT