mbotmcp

mbotmcp

3.2

If you are the rightful owner of mbotmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project demonstrates how to control an mBot2 robot using Spring AI and Model Context Protocol (MCP).

MBotMcp is a project that enables the control of an mBot2 robot using natural language commands through the integration of Spring AI and Model Context Protocol (MCP). The system comprises a Spring Boot application that implements MCP, an MQTT broker for message passing, Python code running on the mBot2 robot, and AI client integration capabilities. The Spring application exposes robot control commands as AI-callable functions, allowing AI models to control the physical robot through natural language. The setup requires Java 21, Maven, an mBot2 robot, mBlock IDE, and an MQTT broker, which can be run in Docker. The project provides a comprehensive setup guide, including configuring the Spring Boot application, setting up the MQTT broker, and uploading the Python script to the mBot2 robot.

Features

  • Natural language control of mBot2 robot
  • Integration with Spring AI and MCP
  • MQTT broker for message passing
  • Python code for mBot2 robot
  • AI client integration capabilities