WiseVision ROS2 MCP Server

by wise-vision

83 stars
266 downloads
Not rated
GitHub Website

About

Advanced MCP Server ROS 2 bridging AI agents straight into robotics

Details

Author
wise-vision
GitHub stars
83
Downloads
266
Categories
Other

- 1-minute setup with world’s easiest ROS 2 MCP configuration.
- Zero-friction stdio transport, no brokers or webserver.
- Auto type discovery with built-in interface listing.
- Support for nested message fields and complex structures.
- Auto QoS selection for optimal communication performance.
- Ready-to-use Docker image for quick deployment.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name WiseVision ROS2 MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Docker or from source using the provided installation guides for VS Code Copilot, Claude Desktop, and Warp. Configure your MCP client to run the server, then use the provided tools and prompts to interact with ROS 2 topics, services, and actions.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "wisevision ros2 mcp server": {
            "mcp_server_ros_2": {
                "command": "npx",
                "args": [
                    "@modelcontextprotocol/inspector",
                    "uv",
                    "--directory",
                    "/path/to/ros2_mcp",
                    "run",
                    "mcp_ros_2_server"
                ]
            }
        }
    }
}

McpServers

{
    "mcp_server_ros_2": {
        "command": "npx",
        "args": [
            "@modelcontextprotocol/inspector",
            "uv",
            "--directory",
            "/path/to/ros2_mcp",
            "run",
            "mcp_ros_2_server"
        ]
    }
}

ROS2 MCP Server

Discord
ROS 2 Humble
ROS 2 Jazzy
Docker
GitHub stars

Flow graph

A Python implementation of the Model Context Protocol (MCP) for ROS 2. This server enables AI tooling to connect with ROS 2 nodes, topics, and services using the MCP standard over stdio. Designed to be the easiest ROS 2 MCP server to configure.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.