Ros MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 222 installs a week from pypi. Last commit 18 Jun 2026.
Connect AI models like Claude & ChatGPT with ROS robots using MCP
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ros-mcp-server -- uvx ros-mcp
{
"mcpServers": {
"ros-mcp-server": {
"args": [
"ros-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.ros-mcp-server]
command = "uvx"
args = ["ros-mcp"]
{
"mcpServers": {
"ros-mcp-server": {
"args": [
"ros-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ros-mcp-server": {
"args": [
"ros-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.