esp32-mcpserver

solnera/esp32-mcpserver
★ 10 stars C++ 🤖 AI/LLM Updated 28d ago
A lightweight Model Context Protocol (MCP) server framework for ESP32. Seamlessly connect embedded devices to LLMs.
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": {
    "esp32-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "solnera/esp32-mcpserver"
      ]
    }
  }
}

Topics

ai-agentesp32llmmcpmcp-clientmcp-servermodel-context-protocol