horw/esp-mcp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
Quick Start
Clone the repository:
git clone https://github.com/horw/esp-mcpClaude Desktop configuration example:
{
"mcpServers": {
"esp-mcp": {
"command": "npx",
"args": [
"-y",
"horw/esp-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.