ros-mcp-server

reidlo5135/ros-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated today
ROS2(humble) AI MCP Server Package
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ros-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "reidlo5135/ros-mcp-server"
      ]
    }
  }
}