NUniversal MCP Server

nUR_MCP_SERVER is an intelligent industrial collaborative robot control middleware system built based on the MCP (Model Control Protocol) interface

Local serverstdioPython

What is the NUniversal MCP server?

NUniversal MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. nUR_MCP_SERVER is an intelligent industrial collaborative robot control middleware system built based on the MCP (Model Control Protocol) interface protocol. It realizes the natural language interactive control of industrial robots by.

What you get

MCP 服务器相当于 AI 的“助手”,可以提供以下支持: 访问数据(Resource Exposure) 提供文件、数据库、内存数据等,例如: file:///docs/report.pdf(读取本地文件)、db://sales/records(查询数据库)、执行操作(Tool Provisioning)

What the assistant can call

Once NUniversal is connected, these are the calls the assistant has available:

  • connect_ur — 连接管理
  • disconnect_ur — 连接管理
  • get_serial_number — 设备信息
  • get_time — 状态监控
  • get_ur_software_version — 设备信息
  • get_robot_model — 设备信息
  • get_safety_mode — 设备信息
  • get_robot_mode — 状态监控
  • get_program_state — 程序控制/状态
  • get_actual_tcp_pose — 运动控制
  • get_actual_joint_pose — 运动控制
  • get_output_int_register — 寄存器操作

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. NUniversal's toolset — connect_ur, disconnect_ur, get_serial_number and 11 more — is a fair guide to whether it matches your workflow. It is maintained by nonead; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch NUniversal.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the nuniversal mcp server does with a few real requests.

Available tools

ToolWhat it does
connect_ur连接管理
disconnect_ur连接管理
get_serial_number设备信息
get_time状态监控
get_ur_software_version设备信息
get_robot_model设备信息
get_safety_mode设备信息
get_robot_mode状态监控
get_program_state程序控制/状态
get_actual_tcp_pose运动控制
get_actual_joint_pose运动控制
get_output_int_register寄存器操作
get_output_double_register寄存器操作
get_output_bit_register寄存器操作

How to install the NUniversal MCP server

{
  "mcpServers": {
    "Nonead-Universal-Robots-MCP": {
      "name": "Nonead-Universal-Robots-MCP",
      "type": "stdio",
      "description": "Nonead-Universal-Robots-MCP是基于MCP(Model Control Protocol)接口协议构建的智能工业协作机器人控制中间件系统,通过集成大语言模型(LLM)实现工业机器人的自然语言交互式控制。该产品采用Client-Server架构设计,支持与优傲(Universal Robots)全系列协作机器人深度集成,革新了传统示教器编程的工业机器人。",
      "isActive": true,
      "registryUrl": "https://pypi.tuna.tsinghua.edu.cn/simple",
      "timeout": "600",
      "provider": "拓德科技",
      "providerUrl": "https://www.nonead.com",
      "logoUrl": "https://www.nonead.com/assets/img/vi/5.png",
      "tags": [
        "优傲机器人大语言模型控制系统"
      ],
      "command": "uvx",
      "args": [
        "https://www.nonead.com/download/nonead_universal_robots_mcp-0.1.4-py3-none-any.whl",
        "nonead-universal-robots-mcp"
      ],
      "installSource": "unknown"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use NUniversal to connect ur.
  • Use NUniversal to disconnect ur.
  • Use NUniversal to get serial number.

Frequently asked questions

It requires Python 3.11+, pip 25.1+, UV Package Manager 0.6.14+, bun 1.2.8+, and a compatible MCP client (Claude Desktop 3.7.0+, Cherry Studio 1.2.10+, or Cline 3.14.1+). Supported LLMs include DeepSeek-V3-0324, DeepSeek-R1-671b, and Qwen3-235b-a22b.