Loading MCP server directory, please wait...
CNC machine control via Universal G-code Sender. Jog, home, run files with hardware safety tokens.
npx @getmcp/cli add io.github.zackpeters93/ugs-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zackpeters93/ugs-mcp": {
"command": "uvx",
"args": [
"ugs-mcp"
],
"env": {
"UGS_HOST": "",
"UGS_PORT": "",
"MACROS_DIR": "",
"RAPID_SPEED_MM_MIN": ""
}
}
}
}