espressif/esp-rainmaker-mcp
Official Espressif MCP Server to manage and control ESP RainMaker Devices.
Quick Start
Clone the repository:
git clone https://github.com/espressif/esp-rainmaker-mcpClaude Desktop configuration example:
{
"mcpServers": {
"esp-rainmaker-mcp": {
"command": "npx",
"args": [
"-y",
"espressif/esp-rainmaker-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.