Skip to main content
Developer ToolsPython

lpigeon/ros-mcp-server

The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/lpigeon/ros-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ros-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lpigeon/ros-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
lpigeon