The ROS MCP Server connects AI models like Claude & ChatGPT with ROS robots using Model Context Protocol (MCP). It is positioned for ROS and ROS2 integration and is distributed as a Python package (Python 3.10+), installable via pip.
π οΈ Key Features
MCP server for connecting AI models to ROS robots
Supports ROS and ROS2
Python 3.10+; installed with pip
π Use Cases
Use MCP to interface Claude/ChatGPT with ROS/ROS2 robots
Build tooling that bridges model context and ROS robot systems
β‘ Developer Benefits
Clear repository alignment with βmodelcontextprotocolβ and βmcp-serverβ
License is Apache 2.0
Dev container ready for development workflows
β οΈ Limitations
No additional supported tools or capabilities are provided in the available source data
ROS-MCP-Server connects large language models (such as Claude, GPT, and Gemini) to robots, enabling bidirectional communication with no changes to existing robot source code.
Why ROS-MCP?
No robot source code changes β just add the rosbridge node to your existing ROS setup.
True two-way communication β LLMs can both control robots and observe everything happening on the Robot.
Full context β publish & subscribe to topics, call services & actions, set parameters, read sensor data, and monitor robot state in real time.
Deep ROS understanding β guides the LLM to discover available topics, services, actions, and their types (including custom ones) β enabling it to use them with the right syntax without manual configuration.
Works with any MCP client β built on the open MCP standard, supporting Claude Code, Codex CLI, Gemini CLI, Claude Desktop, ChatGPT, Cursor, and more.
Works across ROS versions β compatible across ROS 2 (Jazzy, Humble, and others) and ROS 1 distros.
π€ Example - Controlling "Wilson" with natural language (video)
From a single prompt β "Grab a Coke from the fridge & go to the living room." β Google Gemini uses the MCP server to navigate and manipulate autonomously. Built on ROS 2 with Nav2 (SLAM) for mapping and navigation, and MoveIt to command the manipulator.
π Example - Controlling Unitree Go2 in NVIDIA Isaac Sim (video)
The MCP server connects Claude to a simulated Unitree Go2 quadruped in NVIDIA Isaac Sim, interpreting natural language commands to navigate and control the robot.