Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏠 Home Automation
  3. Regennexus MCP
Regennexus MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 10:31:19 PM

Regennexus MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "regennexus-mcp": {
      "command": "uvx",
      "args": [
        "regennexus-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing Alternatives🏠 More in Home Automation

Capabilities & Tool Schemas (17) ~214 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Regennexus MCP.

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

read_sensor

Read value from a sensor (temperature, humidity, etc.)

i2c_scan

Scan I2C bus for connected devices

serial_send

Send data over serial port (UART)

Documentation Overview

RegenNexus MCP Server

RegenNexus Logo

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.

Features

  • Hardware Control: GPIO, PWM, robotic arms, sensors, cameras
  • Mesh Networking: Discover and communicate with nodes over LAN (UDP/WebSocket)
  • Serial/I2C: Communicate with microcontrollers and sensors
  • Two Connection Modes: Local (direct import) or Remote (HTTP API)
  • Auto-Discovery: Automatically detects installed RegenNexus and mesh nodes
  • MCP Compatible: Works with Claude, Codex, Gemini, and any MCP client

Installation

bash
# MCP server only (for remote UAP connection)

pip install regennexus-mcp



# With local UAP support

pip install regennexus-mcp[local]



# With remote API support

pip install regennexus-mcp[remote]



# Everything

pip install regennexus-mcp[all]

Quick Start

1. Configure Claude Code

Add to your Claude Code MCP settings:

config.json
{

  "mcpServers": {

    "regennexus": {

      "command": "regennexus-mcp"

    }

  }

}

2. Use with Claude

Once configured, Claude can control hardware:

Code
User: "List all connected devices"

Claude: [calls list_devices tool]



User: "Turn on GPIO pin 18"

Claude: [calls gpio_write with pin=18, value=1]



User: "Move the robot arm to position [0, 45, -30, 0, 60, 0, 0]"

Claude: [calls robot_arm_move with positions]

Configuration

Configure via environment variables:

bash
# Connection mode: auto, local, or remote

REGENNEXUS_MODE=auto



# Remote mode settings

REGENNEXUS_ENDPOINT=https://your-uap-server.com

REGENNEXUS_API_KEY=your-api-key



# Local mode settings

REGENNEXUS_CONFIG=/path/to/regennexus-config.yaml



# Logging

REGENNEXUS_LOG_LEVEL=INFO

Claude Code Config with Environment

config.json
{

  "mcpServers": {

    "regennexus": {

      "command": "regennexus-mcp",

      "env": {

        "REGENNEXUS_MODE": "local",

        "REGENNEXUS_LOG_LEVEL": "DEBUG"

      }

    }

  }

}

Available Tools (Free Tier)

These tools are provided by the regennexus package (open source):

GPIO & Basic I/O

ToolDescription
gpio_writeSet a GPIO pin to HIGH (1) or LOW (0)
gpio_readRead the current state of a GPIO pin
pwm_writeSet PWM duty cycle (0-100%) for motors, LEDs, servos

Sensors & I2C

ToolDescription
read_sensorRead value from a sensor (temperature, humidity, etc.)
i2c_scanScan I2C bus for connected devices

Serial Communication

ToolDescription
serial_sendSend data over serial port (UART)
serial_readRead data from serial port

Robotics

ToolDescription
robot_arm_moveMove a robotic arm to specified joint positions
gripper_controlOpen or close a robotic gripper

Device Management

ToolDescription
list_devicesList all connected hardware devices
device_infoGet device details (CPU, memory, IP, temperature)

Camera

ToolDescription
camera_captureCapture a single image from a camera

Mesh Network

ToolDescription
list_nodesList all nodes in the mesh network
ping_nodePing a node and measure network latency
send_to_nodeSend a message/command to a specific node
broadcast_messageBroadcast a message to all nodes
find_by_capabilityFind nodes with a specific capability

Premium tools with additional capabilities are available separately.

Connection Modes

Local Mode (Recommended)

Requires regennexus package installed on the same machine. Directly imports UAP modules for minimal latency. No API server needed.

Terminal
pip install regennexus-mcp[local]

REGENNEXUS_MODE=local regennexus-mcp

This is the recommended mode for most users.

Remote Mode (Advanced)

Connects to a UAP instance running as a service via HTTP API. Requires UAP API server to be running (regen server).

bash
# On the UAP server machine:

regen server --port 8080



# On the Claude Code machine:

pip install regennexus-mcp[remote]

REGENNEXUS_MODE=remote \

REGENNEXUS_ENDPOINT=http://uap-server:8080 \

regennexus-mcp

Auto Mode (Default)

Tries local first, falls back to remote if UAP not installed.

bash
regennexus-mcp  # Auto-detects best mode

Running Standalone

bash
# Run MCP server

regennexus-mcp



# Or via Python

python -m regennexus_mcp

Architecture

Code
Claude Code (MCP Client)

        β”‚

        β–Ό

regennexus-mcp (This Package)

        β”‚

        β”œβ”€β”€ Local Mode: Direct import

        β”‚       β”‚

        β”‚       β–Ό

        β”‚   regennexus (UAP)

        β”‚

        └── Remote Mode: HTTP API

                β”‚

                β–Ό

            UAP Service

Development

bash
# Clone

git clone https://github.com/regennow/regennexus-mcp

cd regennexus-mcp



# Install dev dependencies

pip install -e ".[dev]"



# Run tests

pytest



# Format code

black src/

ruff check src/

Related Projects

  • RegenNexus UAP - Universal Adapter Protocol
  • MCP Specification - Model Context Protocol

License

MIT License

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Home Automation View all alternatives
  • Homey MCP logoHomey MCP

    MCP server for Homey Pro: 60 tools for devices, flows, energy, and Z-Wave/Zigbee diagnostics.

    🏠 Home Automation1 views
    Compare vs Homey MCP β†’
  • Rachio MCP logoRachio MCP

    MCP server for Rachio sprinkler controllers β€” schedules, zones, and live watering control

    🏠 Home Automation1 views
    Compare vs Rachio MCP β†’
  • RokuMCP logoRokuMCP

    MCP server for Roku device automation β€” deploy, ECP control, screenshots, and debug console

    🏠 Home Automation0 views
    Compare vs RokuMCP β†’
  • Debmatic MCP logoDebmatic MCP

    Control a HomeMatic / debmatic CCU (eq-3 home automation) over its JSON-RPC and HM-Script APIs β€” switch and dim actuators, read sensors, system variables and service messages, run programs, and manage rooms, functions, channel links and device assignments. 25 tools over HTTP or stdio; runs locally against your own CCU.

    🏠 Home Automation1 views
    Compare vs Debmatic MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
8mo ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Regennexus MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "regennexus-mcp": { "command": "uvx", "args": ["regennexus-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRegennexus MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/regennexus-mcp?style=directory)](https://allmcps.com/mcp/regennexus-mcp)
HTML Embed
<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>

Technical Specs & Signals

Category🏠Home Automation
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedJan 11, 2026
11/13 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 11, 2026
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1d ago via OSV.dev Β· regennexus-mcp (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏠 Home Automation β†’Alternatives to Regennexus MCP β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients