mcp-server-nodemcu

mcp-server-nodemcu

3.2

If you are the rightful owner of mcp-server-nodemcu and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) service for managing NodeMCU devices, providing a RESTful API/WebSocket interface and integration with AI tools like Claude Desktop.

NodeMCU MCP is a management solution for ESP8266/NodeMCU IoT devices, offering capabilities such as monitoring device status and telemetry, sending commands remotely, updating configurations, and integrating with AI assistants through the MCP protocol. It supports real-time communication via WebSocket, secure API access with JWT authentication, and works seamlessly with Claude Desktop and other MCP-compatible AI tools.

Features

  • Device Management: Register, monitor, and control NodeMCU devices.
  • Real-time Communication: WebSocket interface for real-time updates.
  • Configuration Management: Update device settings remotely.
  • Command Execution: Send restart, update, status commands remotely.
  • Telemetry Collection: Gather sensor data and device metrics.

Tools

  1. list-devices

    List all registered NodeMCU devices and their status.

  2. get-device

    Get detailed information about a specific NodeMCU device.

  3. send-command

    Send a command to a NodeMCU device.

  4. update-config

    Update the configuration of a NodeMCU device.