Skip to content
Cursor

Gearotons M17 Servomotor for Cursor

io.github.gearotons/servomotor-mcp

Drive Gearotons M17 open-source servomotors from plain English over RS-485; mock mode, no hardware.

client:Cursor transport:stdio runtime:pypi

Install Gearotons M17 Servomotor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "servomotor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "servomotor-mcp"
      ],
      "env": {
        "GEAROTONS_MOTOR_BACKEND": "<GEAROTONS_MOTOR_BACKEND>",
        "GEAROTONS_SERIAL_PORT": "<GEAROTONS_SERIAL_PORT>",
        "GEAROTONS_DEFAULT_SPEED_DPS": "<GEAROTONS_DEFAULT_SPEED_DPS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gearotons M17 Servomotor in other clients