firmware

GitHub

The official firmware for Meshtastic, an open-source, off-grid mesh communication system.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "firmware": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-firmware"
      ]
    }
  }
}