Gearotons M17 Servomotor runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.
Drive Gearotons M17 open-source servomotors from plain English over RS-485; mock mode, no hardware.
We read the source, 9 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
exec(src, namespace) # noqa: S102 - source is generated from our own catalog
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add servomotor-mcp -- uvx servomotor-mcp
{
"mcpServers": {
"servomotor-mcp": {
"args": [
"servomotor-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.servomotor-mcp]
command = "uvx"
args = ["servomotor-mcp"]
{
"mcpServers": {
"servomotor-mcp": {
"args": [
"servomotor-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"servomotor-mcp": {
"args": [
"servomotor-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GEAROTONS_MOTOR_BACKEND ('auto' (default: real serial backend when the servomotor library is installed, mock otherwise), 'serial', or 'mock'.), 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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.
Objective-driven deep research: free daily quick search plus MPP-paid cross-source browser reports.
MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
Policy-driven, read-only MCP server for safe database access from AI tools.
Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.
Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.
Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.
MCP server for AI agents: discover a web page's data sources and drive the page to reach them.
Answers built from our own checks of this server.