meshtastic-mcp

meshtastic/meshtastic-mcp
★ 1 stars Python AI/LLM Updated 11d ago
MCP server + agent skills for AI tooling to discover, drive, observe, and test Meshtastic devices and apps
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": {
    "meshtastic-mcp": {
      "command": "uvx",
      "args": [
        "meshtastic-mcp"
      ]
    }
  }
}

Or install with pip: pip install meshtastic-mcp

README Excerpt

A home for AI tooling to **discover, drive, observe, and test** Meshtastic devices and the apps that talk to them. An [MCP](https://modelcontextprotocol.io) server plus a bundled agent skill set for closed-loop device ↔ app end-to-end testing. > Extracted and decoupled from the Meshtastic firmware repo's `mcp-server/` so it can be