Skip to main content
Glama
CSOAI-ORG

Robotics Control MCP Server

robotics-control-mcp MCP server MCP Registry PyPI

robotics-control-mcp MCP server

Robotics Control MCP

MCP server for robotics control mcp operations

PyPI License: MIT MEOK AI Labs

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/robotics-control-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server