lpigeon/ros-mcp-server
The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands.
Quick Start
Clone the repository:
git clone https://github.com/lpigeon/ros-mcp-serverClaude 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.