Home › Development › Gearotons M17 Servomotor
Gearotons M17 Servomotor
Drive Gearotons M17 open-source servomotors from plain English over RS-485; mock mode, no hardware.
Topics: Embedded System
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.3.3)
uvx servomotor-mcp
Or add to your MCP client config:
{
"mcpServers": {
"servomotor-mcp": {
"command": "uvx",
"args": [
"servomotor-mcp"
],
"env": {
"GEAROTONS_MOTOR_BACKEND": "<YOUR_VALUE>",
"GEAROTONS_SERIAL_PORT": "<YOUR_VALUE>",
"GEAROTONS_DEFAULT_SPEED_DPS": "<YOUR_VALUE>"
}
}
}
}
GEAROTONS_MOTOR_BACKEND— 'auto' (default: real serial backend when the servomotor library is installed, otherwise the simulator, which says so in list_serial_ports), 'serial', or 'mock'. For real motors install servomotor-mcp[serial].GEAROTONS_SERIAL_PORT— Optional default port for the connect tool (e.g. /dev/cu.usbserial-210, /dev/ttyUSB0, COM3). Normally unnecessary: the model discovers ports with list_serial_ports.GEAROTONS_DEFAULT_SPEED_DPS— Default speed in degrees/second for the high-level move tools.
Related servers
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
embedded-debugger-mcp
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
esp-mcp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
serial-mcp-server
A comprehensive MCP server for serial port communication
Kiln
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
gr-mcp
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry