HomeMCP HubSkill MarketDocs
Back to MCP Hub
🦾

Universal Robots UR5/UR10 Driver

Verified
rosclaw-ur5-mcp•ROSClaw Official•v3.2.1
4.8(342)
45,200

Production-ready Universal Robots driver with full e-URDF safety boundaries, trajectory planning, and force control.

ur5ur10universal-robotsmanipulatorforce-control
## Overview rosclaw-ur5-mcp is the official ROSClaw driver for Universal Robots UR5e and UR10e collaborative arms. It provides a complete MCP (Model Context Protocol) interface for AI agents to control these robots safely. ## Features - **e-URDF Safety**: Embedded URDF with safety limits validated in MuJoCo - **Trajectory Planning**: RRT* and CHOMP planners with collision avoidance - **Force Control**: Impedance and admittance control modes - **Real-time**: 1000Hz control loop with ROS 2 real-time support - **Digital Twin**: Full MuJoCo simulation for pre-validation ## Installation ```bash rosclaw install rosclaw-ur5-mcp ``` ## Quick Start ```python from rosclaw import Robot robot = Robot.connect("ur5e") robot.move_to([0.5, 0.0, 0.3]) robot.grasp() ```

Install

rosclaw install rosclaw-ur5-mcp

Requirements

ROS 2 Humble
Python >=3.8
e-URDF Certified

Last updated: 2024-03-20