WiseVision ROS2 MCP Server
About
Advanced MCP Server ROS 2 bridging AI agents straight into robotics
Details
- Author
- wise-vision
- GitHub stars
- 83
- Downloads
- 266
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
WiseVision ROS2 MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




