KentraBOT MCP Server
Enables control of a two-track robot on Raspberry Pi hardware with Motor Hat, providing tools for independent track speed control, directional movement commands, and emergency stop functionality.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KentraBOT MCP Serverdrive forward at medium speed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KentraBOT MCP Server
An MCP (Model Context Protocol) server for controlling a two-track robot. This server exposes tools to control motor speeds and direction, allowing LLMs to drive the robot.
Features
Movement Control: Independent control of left and right tracks.
High-Level Commands:
drivetool for easy direction control (forward, backward, left, right).Safety: Emergency
stoptool.Hardware Abstraction: Built with a modular driver system. Currently configured with a
Dummydriver for simulation/testing.
Related MCP server: Robot Navigation MCP Server
Installation
Prerequisites
Python 3.11 or higher
uv(recommended) orpip
Setup
Clone the repository:
git clone <repository-url> cd kentraBOT-MCPInstall dependencies: Using
uv:uv syncOr using standard
pip:python3 -m venv .venv source .venv/bin/activate pip install .
Usage
Running the Server
Start the MCP server using uv:
uv run kentrabotOr directly with python:
python3 src/kentrabot_mcp/server.pyconnecting to an MCP Client
Configure your MCP client (e.g., Claude Desktop, MCP Inspector) to run the server command above.
Example claude_desktop_config.json:
{
"mcpServers": {
"kentrabot": {
"command": "uv",
"args": ["run", "kentrabot"]
}
}
}Tools
Tool | Description | Arguments |
| Set independent track speeds |
|
| Move in a specific direction |
|
| Stop both motors | None |
Hardware Configuration
Currently, the server is set to use the DummyRobot driver which logs actions to the console.
To use real hardware (e.g., Raspberry Pi with Motor Hat):
Implement a new driver in
src/kentrabot_mcp/drivers/.Inherit from
kentrabot_mcp.robot.Robot.Update
src/kentrabot_mcp/server.pyto initialize your new driver.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables control of ROS/ROS2 robots through natural language commands by translating LLM instructions into ROS topics and services. Supports cross-platform WebSocket-based communication with existing robot systems without requiring code modifications.Last updatedMIT
- Alicense-qualityDmaintenanceEnables robot navigation control and monitoring through natural language. Provides tools for robot positioning, navigation to coordinates, device status monitoring, task management, and emergency controls.Last updatedMIT
- FlicenseCqualityCmaintenanceEnables natural language control of Universal Robots cobots through LLM integration, supporting real-time motion commands, data collection, multi-robot coordination, and URScript generation without traditional teach pendant programming.Last updated397
- Alicense-qualityDmaintenanceA robot-control MCP server enabling LLMs to control Unitree robots and DJI Tello drones with mock and hardware backends, built-in routines, and sequence execution.Last updated12MIT
Related MCP Connectors
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kentra/KentraBOT-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server