esp32-docs-mcp

ozonejunkieau/esp32-docs-mcp
★ 0 stars Python AI/LLM Updated today
Local MCP server giving coding agents semantic search over ESP-IDF documentation and the ESP32 Technical Reference Manuals.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "esp32-docs-mcp": {
      "command": "uvx",
      "args": [
        "esp32-docs-mcp"
      ]
    }
  }
}

Or install with pip: pip install esp32-docs-mcp

README Excerpt

Semantic search over ESP32 documentation, exposed as an up in the ESP-IDF guides, the API reference, and the chip Technical Reference Manuals while it works. Everything runs locally. Embeddings are computed on-device with MLX (Apple Silicon) and stored in LanceDB; no documentation or query text leaves the machine.

Tools (8)

chipdoc_typedoxygenesp32_docs_searchjustfilequeryrevisionsymbol

Topics

apple-siliconclaudedocumentationembeddedembeddingsesp-idfesp32espressiflancedbmcpmcp-servermlxmodel-context-protocolragsemantic-search