mcpbeat Sign in

Gearotons M17 Servomotor MCP Server

by gearotons Your server? Claim it
local only

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.

Installs / week
pypi · servomotor-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add servomotor-mcp -- uvx servomotor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "servomotor-mcp": {
      "args": [
        "servomotor-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.servomotor-mcp]
command = "uvx"
args = ["servomotor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "servomotor-mcp": {
      "args": [
        "servomotor-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Gearotons M17 Servomotor

same job, measured the same way
N8n MCP
by ratamaha-git

MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.

72 installs/wk local only
a9n9 Deep Research
by a9n9

Objective-driven deep research: free daily quick search plus MPP-paid cross-source browser reports.

5 tools answering
Leclerc Drive
by skunkobi

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

56 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

24 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

231 installs/wk local only
I
Doppel
by samrj12

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

56 installs/wk local only
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only

Gearotons M17 Servomotor — questions

Answers built from our own checks of this server.

Why is there no uptime for Gearotons M17 Servomotor?
Gearotons M17 Servomotor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package servomotor-mcp.
How do I connect Gearotons M17 Servomotor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls servomotor-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Gearotons M17 Servomotor open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.