Back to directory
horw/esp-mcp

horw/esp-mcp

@horw

Centralize ESP32 related commands and simplify getting started with seamless, LLM-driven interaction and help.

esp32esp-idfmcpembeddediotautomationdevelopmentllm

Installation & Configuration

{
  "mcpServers": {
    "esp-run": {
      "command": "<path_to_uv_or_python_executable>",
      "args": [
        "--directory",
        "<path_to_cloned_esp-mcp_repository>",
        "run",
        "main.py"
      ],
      "env": {
        "IDF_PATH": "<path_to_your_esp-idf_directory>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12