Mbotmcp

Created By
deemkeena year ago
Overview

what is MbotMcp?

MbotMcp is a project that demonstrates how to control an mBot2 robot using Spring AI and Model Context Protocol (MCP), allowing users to issue natural language commands to control the robot.

how to use MbotMcp?

To use MbotMcp, set up the MQTT broker, configure the Spring Boot application, upload the Python script to the mBot2, and then issue commands through an AI client that supports MCP.

key features of MbotMcp?

  • Control mBot2 robot using natural language commands.
  • Integration with AI models for autonomous control.
  • Simple setup with Docker for MQTT broker.

use cases of MbotMcp?

  1. Educational robotics projects for learning programming and AI.
  2. Home automation tasks using the mBot2 robot.
  3. Research in human-robot interaction using natural language processing.

FAQ from MbotMcp?

  • What is required to run MbotMcp?

You need Java 21, Maven, an mBot2 robot, and an MQTT broker.

  • Can I use MbotMcp without an MQTT broker?

Yes, but the MQTT broker is recommended for message passing between the application and the robot.

  • How can I issue commands to the robot?

You can issue commands through an AI client that supports the Model Context Protocol.

Server Config

{
  "mcpServers": {
    "mbotmcp": {
      "command": "path-to-java-executable",
      "args": [
        "-jar",
        "/path-to-repo/mbotmcp/target/mbotmcp-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "MQTT_USERNAME": "<mqtt server username>",
        "MQTT_PASSWORD": "<mqtt server password>",
        "MQTT_SERVER_URI": "mqtt server url"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
deemkeen
Star
-
Language
-
License
-

Recommend Servers

View All
Voyei

16 hours ago