MCP.so
Sign In
Servers

nUniversal-Robots-MCP

@nonead

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 integrating a large language model (LLM).

Overview

What is nUniversal-Robots-MCP?

nUniversal-Robots-MCP is an intelligent robot control middleware system built on the MCP (Model Control Protocol) interface protocol. It integrates large language models (LLM) to enable natural language interactive control of industrial robots, supporting deep integration with Universal Robots full series of collaborative robots. It is developed by 拓德科技 (Nonead Technology) and targeted at users who want to control UR robots via voice or text commands without traditional teach pendant programming.

How to use nUniversal-Robots-MCP?

Install Python 3.11+, pip 25.1+, UV Package Manager 0.6.14+, and bun 1.2.8+. Clone the repository and run pip install -r requirements.txt. Then configure an MCP client (e.g., Claude Desktop, Cherry Studio, Cline) with the provided JSON configuration that uses uvx to run a wheel file from the official download URL. Connect to a UR robot using the connect_ur tool with its IP address.

Key features of nUniversal-Robots-MCP

  • Natural language control of UR robots via voice or text
  • Real-time data acquisition of 12‑dimensional robot status
  • Multi‑robot collaborative control (up to 12 UR robots)
  • Automated URScript generation from natural language commands
  • Semantic parsing engine with 98.6% instruction recognition accuracy
  • Twelve‑fold improvement in programming efficiency over traditional methods

Use cases of nUniversal-Robots-MCP

  • Controlling UR robot motion (pose, trajectory, I/O) through spoken or typed commands
  • Collecting and analyzing joint torque, TCP pose, and other status data
  • Coordinating multiple UR robots for collaborative tasks with voice‑driven orchestration
  • Generating structured performance reports (PDF, JSON, etc.) from recorded robot data
  • Optimizing robot trajectories for time, energy, or smoothness

FAQ from nUniversal-Robots-MCP

What runtime dependencies does nUniversal-Robots-MCP require?

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.

Does the server send robot data to the cloud?

No. The server runs locally and communicates with the MCP client over stdio using the MCP protocol. Robot data remains on the local machine.

How does the server authenticate to the robot?

Connection to a UR robot is established via the connect_ur tool using only an IP address. For listing .urp programs, SSH credentials (username and password) are required. No other authentication

Tags

More from Other