.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/robotmcp/ros-mcp-server
home/mcp-servers/robotmcp/ros-mcp-server
robotmcp avatar

ros-mcp-server

byrobotmcp· 2 MCP servers

Installs

945

Stars

1.4k

Forks

202

Category

DevOps & CI/CD

View on GitHub

How to install ros-mcp-server?

robotmcp/ros-mcp-server
$git clone https://github.com/robotmcp/ros-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ros-mcp-server by running `git clone https://github.com/robotmcp/ros-mcp-server`, then use it for the current task and follow its documentation at https://github.com/robotmcp/ros-mcp-server.

Files · 1

View on GitHub
README.md
1# ROS MCP Server 🧠⇄🤖
2 
3![Static Badge](https://img.shields.io/badge/ROS-Available-green)
4![Static Badge](https://img.shields.io/badge/ROS2-Available-green)
5![Static Badge](https://img.shields.io/badge/License-Apache%202.0-blue)
6![Python](https://img.shields.io/badge/python-3.10%2B-blue)
7![pip](https://img.shields.io/badge/pip-23.0%2B-blue)
8![Dev Container](https://img.shields.io/badge/Dev-Container%20Ready-blue)
9![GitHub Repo stars](https://img.shields.io/github/stars/robotmcp/ros-mcp-server?style=social)
10![GitHub last commit](https://img.shields.io/github/last-commit/robotmcp/ros-mcp-server)
11 
12<!-- mcp-name: io.github.robotmcp/ros-mcp-server -->
13 
14<p align="center">
15 <img src="https://github.com/robotmcp/ros-mcp-server/blob/main/docs/images/framework.png"/>
16</p>
17 
18ROS-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.
19 
20### Why ROS-MCP?
21 
22- **No robot source code changes** → just add the `rosbridge` node to your existing ROS setup.
23- **True two-way communication** → LLMs can both *control* robots and *observe* everything happening on the Robot.
24- **Full context** → publish & subscribe to topics, call services & actions, set parameters, read sensor data, and monitor robot state in real time.
25- **Deep ROS understanding** → guides the LLM to discover available topics, services, actions, and their types (including custom ones) — enabling it to use them with the right syntax without manual configuration.
26- **Works with any MCP client** → built on the open [MCP standard](https://modelcontextprotocol.io/), supporting Claude Code, Codex CLI, Gemini CLI, Claude Desktop, ChatGPT, Cursor, and more.
27- **Works across ROS versions** → compatible across ROS 2 (Jazzy, Humble, and others) and ROS 1 distros.
28 
29---
30## 🎥 Examples in Action
31 
32<p align="center">
33 <a href="https://youtu.be/Yy1loJAn9sA">
34 <img src="https://github.com/robotmcp/ros-mcp-server/blob/main/docs/images/MCP%20Demos%20Slide%20-%207to12s.gif" alt="ROS MCP demos" />
35 </a>
36</p>
37 
38---
39🏭 **Example - AI Agent diagnosis of Industrial Robot End Effector** ([Video](https://youtu.be/EhZNFULz9P4))
40- The MCP server connects Claude to a production industrial robot, with only the technician manuals as reference.
41- Claude discovers the robot's custom topic and service types and their syntax on its own.
42- From a single prompt to test the gripper, it reads the manuals, runs its own tests, finds an anomaly, and reports the root cause.
43 
44<p align="center">
45 <a href="https://youtu.be/EhZNFULz9P4">
46 <img src="https://github.com/robotmcp/ros-mcp-server/blob/main/docs/images/ROS%20MCP%20Gripper%20vacuum%20test.jpg" width="400" alt="Testing and debugging an industrial robot" />
47 </a>
48</p>
49 
50---
51🤖 **Example - Controlling "Wilson" with natural language** ([video](https://www.traceglarue.com/wilson))
52From 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.
53 
54<p align="center">
55 <a href="https://www.traceglarue.com/wilson">
56 <img src="https://github.com/robotmcp/ros-mcp-server/blob/main/docs/images/Wilson%20thumbnail.jpg" width="400" alt="Wilson robot controlled with natural language" />
57 </a>
58</p>
59 
60---
61🐕 **Example - Controlling Unitree Go2 in NVIDIA Isaac Sim** ([video](https://www.youtube.com/watch?v=9StFx4lnvmc))
62The MCP server connects Claude to a simulated Unitree Go2 quadruped in NVIDIA Isaac Sim, interpreting natural language commands to navigate and control the robot.
63 
64<p align="center">
65 <a href="https://www.youtube.com/watch?v=9StFx4lnvmc">
66 <img src="https://img.youtube.com/vi/9StFx4lnvmc/maxresdefault.jpg" width="400" alt="Controlling Unitree Go2 in NVIDIA Isaac Sim" />
67 </a>
68</p>
69 
70 
71---
72 
73## 🛠 Getting Started
74 
75Follow the [installation guide](docs

Preview

robotmcp/ros-mcp-serverrobotmcp/ros-mcp-server

# ROS MCP Server 🧠⇄🤖

![Static Badge](https://img.shields.io/badge/ROS-Available-green)

![Static Badge](https://img.shields.io/badge/ROS2-Available-green)

![Static Badge](https://img.shields.io/badge/License-Apache%202.0-blue)

Reporobotmcp/ros-mcp-server
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPmcpmcp-server

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381