HomeDevelopment › ugs-mcp

ugs-mcp

CNC machine control via Universal G-code Sender. Jog, home, run files with hardware safety tokens.

Python LocalEmbedded macOS
★ 5 stars Last pushed 2026-06-12 License: MIT

Topics: Embedded System

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.1)

uvx ugs-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ugs-mcp": {
      "command": "uvx",
      "args": [
        "ugs-mcp"
      ],
      "env": {
        "UGS_HOST": "<YOUR_VALUE>",
        "UGS_PORT": "<YOUR_VALUE>",
        "MACROS_DIR": "<YOUR_VALUE>",
        "RAPID_SPEED_MM_MIN": "<YOUR_VALUE>"
      }
    }
  }
}
  • UGS_HOST — UGS Pendant host address
  • UGS_PORT — UGS Pendant port (default: 8080)
  • MACROS_DIR — Directory for saved G-code macros
  • RAPID_SPEED_MM_MIN — Rapid speed in mm/min used for return-to-zero (default: 5000)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry