MCP server for ESP-IDF project builds with logging and automatic issue fixing capabilities
2 stars1 watching0 forks

Currently, this MCP supports simple project builds with logging, and automatic issue fixing based on logs for esp-idf build command.

Install

First, clone this MCP repository:

git clone git@github.com:horw/esp-mcp.git

Then, configure it in your chatbot.

{
    "mcpServers": {
        "esp-run": {
            "command": "/home/horw/.pyenv/shims/uv",
            "args": [
                "--directory",
                "/home/horw/PycharmProjects/esp-mcp", <- your cloned path
                "run",
                "main.py"
            ],
            "env": {
                "IDF_PATH": "~/esp-idf" <- your ESP-IDF path
            }
        }
    }
}

Result

Features

logging
building
debugging
automation

Category

Development Tools