mcp server ros 2 for Claude Desktop
io.github.wise-vision/mcp_server_ros_2
View ROS 2 nodes and topics, and call services and actions via MCP
client:Claude Desktop
transport:stdio
runtime:oci
Install mcp server ros 2 in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp_server_ros_2": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/ros2:latest"
],
"env": {
"MCP_CUSTOM_PROMPTS": "<MCP_CUSTOM_PROMPTS>",
"MCP_PROMPTS_LOCAL": "<MCP_PROMPTS_LOCAL>",
"MCP_PROMPTS_PATH": "<MCP_PROMPTS_PATH>",
"MCP_PROMPTS_MODULE": "<MCP_PROMPTS_MODULE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs