📡
io.github.CSOAI-ORG/robotics-control-mcp
Robotics Control MCP server. Tools: list devices, send command, read sensor. Built by MEOK A...
0 installs
Trust: 37 — Low
Iot
Ask AI about io.github.CSOAI-ORG/robotics-control-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/robotics-control-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Robotics Control MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
list_devices | List all available devices. Auto-discovers serial ports (USB, Arduino, |
send_command | Send a text command to a device and get its response. |
read_sensor | Read a sensor value from a connected device. Sends a READ command |
set_servo | Set a servo motor to a specific angle. |
run_gcode | Send G-code commands to a CNC machine, 3D printer, or robot arm. |
emergency_stop | Activate or release emergency stop. When active, ALL commands to ALL |
Installation
pip install meok-robotics-control-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"robotics-control-mcp": {
"command": "python",
"args": ["-m", "meok_robotics_control_mcp.server"]
}
}
}
License
MIT © MEOK AI Labs
