Server data from the Official MCP Registry
Connect AI models like Claude & ChatGPT with ROS robots using MCP
Connect AI models like Claude & ChatGPT with ROS robots using MCP
This ROS MCP server has well-structured code with appropriate authentication via rosbridge/WebSocket and permissions that align with its robotics control purpose. Input validation is generally present and code quality is good. However, there are moderate concerns around shell command execution patterns in example code, potential logging of sensitive data in error messages, and some input validation gaps in optional parameters that could allow unexpected behavior. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
5 files analyzed ยท 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-robotmcp-ros-mcp-server": {
"args": [
"ros-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
ROS-MCP-Server connects large language models (such as Claude, GPT, and Gemini) to robots, enabling bidirectional communication with no changes to existing robot source code.
rosbridge node to your existing ROS setup.๐ญ Example - AI Agent diagnosis of Industrial Robot End Effector (Video)
๐ค Example - Controlling "Wilson" with natural language (video)
From a single prompt โ "Grab a Coke from the fridge & go to the living room." โ Google Gemini uses the MCP server to navigate and manipulate autonomously. Built on ROS 2 with Nav2 (SLAM) for mapping and navigation, and MoveIt to command the manipulator.
๐ Example - Controlling Unitree Go2 in NVIDIA Isaac Sim (video)
The MCP server connects Claude to a simulated Unitree Go2 quadruped in NVIDIA Isaac Sim, interpreting natural language commands to navigate and control the robot.
Follow the installation guide to get started.
ROS-MCP works with Claude Code, Codex CLI, Gemini CLI, Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client.
Browse our examples to see the server in action.
We welcome community PRs with new examples and integrations!
We love contributions of all kinds:
Check out the contributing guidelines and see issues tagged good first issue to get started.
This project is licensed under the Apache License 2.0.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.