developer tools
Ros Mcp Server
The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands.
python
local
macos
windows
linux
developer tools
Installation
npx -y lpigeon/ros-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "ros-mcp-server",
"command": "npx",
"args": [
"-y",
"lpigeon/ros-mcp-server"
]
}About This MCP Server
lpigeon/ros-mcp-server
The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub