Skip to content
Cursor

ros mcp server for Cursor

io.github.robotmcp/ros-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install ros mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ros-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ros-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ros mcp server in other clients