AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP (Model Context Protocol) server adapter for RegenNexus UAP - enabling AI-controlled hardware.
This package exposes RegenNexus hardware capabilities as MCP tools, allowing Claude Code, Claude Desktop, and other MCP-compatible AI clients to control physical devices.
Add to your Claude Code MCP settings:
Once configured, Claude can control hardware:
Configure via environment variables:
These tools are provided by the regennexus package (open source):
| Tool | Description |
|---|---|
gpio_write | Set a GPIO pin to HIGH (1) or LOW (0) |
gpio_read | Read the current state of a GPIO pin |
pwm_write | Set PWM duty cycle (0-100%) for motors, LEDs, servos |
| Tool | Description |
|---|---|
read_sensor | Read value from a sensor (temperature, humidity, etc.) |
i2c_scan | Scan I2C bus for connected devices |
| Tool | Description |
|---|---|
serial_send | Send data over serial port (UART) |
serial_read | Read data from serial port |
| Tool | Description |
|---|---|
robot_arm_move | Move a robotic arm to specified joint positions |
gripper_control | Open or close a robotic gripper |
| Tool | Description |
|---|---|
list_devices | List all connected hardware devices |
device_info | Get device details (CPU, memory, IP, temperature) |
| Tool | Description |
|---|---|
camera_capture | Capture a single image from a camera |
| Tool | Description |
|---|---|
list_nodes | List all nodes in the mesh network |
ping_node | Ping a node and measure network latency |
send_to_node | Send a message/command to a specific node |
broadcast_message | Broadcast a message to all nodes |
find_by_capability | Find nodes with a specific capability |
Premium tools with additional capabilities are available separately.
Requires regennexus package installed on the same machine. Directly imports UAP modules for minimal latency. No API server needed.
This is the recommended mode for most users.
Connects to a UAP instance running as a service via HTTP API. Requires UAP API server to be running (regen server).
Tries local first, falls back to remote if UAP not installed.
MIT License
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/regennexus-mcp)<a href="https://allmcps.com/mcp/regennexus-mcp"><img src="https://allmcps.com/api/badge/regennexus-mcp?style=directory" alt="Regennexus Mcp on AllMCPs" /></a>