Yutarop/ros-mcp
MCP server that supports ROS2 topics, services, and actions communication, and controls robots using natural language.
Quick Start
Clone the repository:
git clone https://github.com/Yutarop/ros-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ros-mcp": {
"command": "npx",
"args": [
"-y",
"Yutarop/ros-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.