Robotics-MCP-Servers

SkullsEye/Robotics-MCP-Servers
★ 1 stars Python 🧠 Memory/Knowledge Updated 9d ago
Model Context Protocol servers for multi-robot control - G1 humanoid, UR5 arm, gimbal, vision
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "robotics-mcp-servers": {
      "command": "uvx",
      "args": [
        "robotics-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install robotics-mcp-servers