Hardware Meets AI

Natively connect your hardware to AI through MCP

ESP32 Native

Run MCP servers directly on ESP32 microcontrollers

BLE Transport

Wireless communication via Bluetooth Low Energy

Home Assistant

MCP gateway integration for smart home devices

Open Protocol

Built on the Model Context Protocol standard

How It Works

You

Describe what you want in natural language, and let AI handle the rest

AI Agent

LLM-powered agent that understands your intent and invokes the right device tools via MCP

Your Device

ESP32, sensors, actuators, or any smart home hardware executes the command

Open Source Projects

Get Started

1

Clone

Clone the ESP32 MCP Server repository to your local machine

git clone https://github.com/solnera/esp32-mcpserver.git
2

Configure

Set up your ESP32 board and configure Wi-Fi credentials

cp config.example.h config.h
3

Flash & Run

Build and flash firmware, then connect your AI agent

pio run --target upload