ros mcp for Cursor
io.github.husain-zaidi/ros-mcp
MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames.
client:Cursor
transport:stdio
runtime:npm
Install ros mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ros-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ros-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs