Back to MCP Servers
Esp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
embedded-system
By horw
Installation
npx -y esp-mcpConfiguration
{
"mcpServers": {
"esp-mcp": {
"command": "npx",
"args": ["-y", "esp-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes