mcpbeat Sign in

Ros MCP Server

local only

Ros MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 187 installs a week from pypi. Last commit 22 Sep 2026.

Connect AI models like Claude & ChatGPT with ROS robots using MCP

Installs per day peak 93 · avg 35 · -31% w/w
a month agotoday
187
Installs / week
pypi · ros-mcp
1469
Stars
22 open issues
22 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        ping_result = subprocess.run(
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/merge-into-branch.yml:96
      - name: Delete source branch
        if: ${{ inputs.delete_source_branch && steps.merge.outputs.conflict == 'false' && !inputs.check_only }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ros-mcp-server -- uvx ros-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ros-mcp-server": {
      "args": [
        "ros-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ros-mcp-server]
command = "uvx"
args = ["ros-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ros-mcp-server": {
      "args": [
        "ros-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ros-mcp-server": {
      "args": [
        "ros-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ros MCP Server

same job, measured the same way
WHMCS MCP Server
by daddariotech

Connect Claude, ChatGPT, and Cursor to live WHMCS over MCP.

local only
Gym Plus
by gym

Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching.

answering
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
SandBase
by sandbaseai

Connect MCP clients to 2,000+ AI models without managing provider API keys.

answering
LeadFoxConnect
by leadfox-shay

Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.

answering
Planhat MCP
by da-troll

Connect Planhat CRM to Claude and other MCP clients with 60 local tools across 12 resource types.

local only
Oura Ring MCP
by mitchhankins01

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

64 installs/wk local only

Ros MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Ros MCP Server?
Ros MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ros-mcp was installed 187 times last week.
How do I connect Ros MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ros-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ros MCP Server?
The pypi package ros-mcp was installed 187 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ros MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 1 469 stars on GitHub and 22 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.