Ros MCP Server
Rank #1,028io.github.robotmcp/ros-mcp-server
MCP server providing ros-server capabilities
Ros MCP Server is a Model Context Protocol (MCP) server published by robotmcp. It ranks #1,028 of 115,591 servers tracked on MCP Toplist, and its repository has 1,424 GitHub stars. Ros MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 7 tracked versions. It was first listed on Apr 11, 2025 and most recently updated on Jan 29, 2026.
Ranks ahead of 114,563 of 115,591 servers on MCP Toplist.
Use Ros MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ros-mcp-server -- uvx ros-mcp[mcp_servers.ros-mcp-server]
command = "uvx"
args = ["ros-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ros-mcp-server": {
"command": "uvx",
"args": [
"ros-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ros-mcp-server": {
"command": "uvx",
"args": [
"ros-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ros-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"ros-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ros-mcp-server": {
"command": "uvx",
"args": [
"ros-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ros-mcp-server": {
"command": "uvx",
"args": [
"ros-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.robotmcp%2Fros-mcp-server)<a href="https://mcptoplist.com/server/io.github.robotmcp%2Fros-mcp-server"><img src="https://mcptoplist.com/badge/io.github.robotmcp%2Fros-mcp-server.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
robotmcp
Other servers by robotmcp
View all robotmcp servers →Available versions (7)
| Version | Published |
|---|---|
| 3.0.1 | Jan 29, 2026 |
| 2.2.1 | Nov 6, 2025 |
| 2.2.0 | Nov 6, 2025 |
| 2.1.8 | Oct 27, 2025 |
| 2.1.6 | Oct 9, 2025 |
| 2.1.5 | Oct 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ros MCP Server?
- Ros MCP Server is maintained by robotmcp, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Ros MCP Server listed on the Official MCP Registry?
- Yes — Ros MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Ros MCP Server have?
- MCP Toplist tracks 7 versions of Ros MCP Server, most recently published on Jan 29, 2026.
- Where can I find the source code for Ros MCP Server?
- The source code for Ros MCP Server is hosted at github.com/robotmcp/ros-mcp-server.