Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by solnera • Uncategorized
A lightweight MCP server implementation for ESP32 that communicates over BLE using JSON-RPC.
Provision WiFi credentials on ESP32 devices via BLE.
Remotely invoke MCP tools on embedded devices over BLE.
A lightweight BLE transport for MCP without WiFi or HTTP overhead.
BLEMCPServer provides a Model Context Protocol server over Bluetooth Low Energy specifically for ESP32 devices. It supports JSON-RPC for tool discovery and invocation, handles message fragmentation for BLE MTU constraints, and includes a practical WiFi provisioning example. This BLE-only transport solution is ideal for embedded devices where WiFi or HTTP transports are unnecessary or too resource-intensive.