mcpbeat Sign in

Ugs MCP Server

by zackpeters93 Your server? Claim it
local only

Ugs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 12 Jun 2026.

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

Installs per day peak 19 · avg 8 · -10% w/w
a month agotoday
54
Installs / week
pypi · ugs-mcp
5
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Ugs MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ugs-mcp -- uvx ugs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ugs-mcp": {
      "args": [
        "ugs-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ugs-mcp]
command = "uvx"
args = ["ugs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ugs-mcp": {
      "args": [
        "ugs-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ugs-mcp": {
      "args": [
        "ugs-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ugs MCP

same job, measured the same way
Syncbridge MCP
by rehmansherazi

Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.

29 installs/wk local only
Token Pilot
by digital-threads

Save up to 80% tokens when AI reads code via AST-aware structural reading

527 installs/wk local only
O360 MCP
by offensive360

Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes

48 installs/wk local only
VMware Monitor
by zw008

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

3 221 installs/wk local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
Render Unto Caesar
by mightydatainc

An MCP server that fuses LLM contextual intelligence with procedural code reliability.

local only
TempoGraph
by elmoaid

Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter.

61 installs/wk local only
Orca MCP Server
by jascal

Go from natural language to verified finite state machines — topology bugs caught before code runs.

48 installs/wk local only

Ugs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ugs MCP?
Ugs MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ugs-mcp was installed 54 times last week.
How do I connect Ugs MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ugs-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ugs MCP?
The pypi package ugs-mcp was installed 54 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ugs MCP open source?
Yes — it is published under the MIT licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.