# meshtastic/firmware | Model Context Protocol (MCP) Server > The official firmware for Meshtastic, an open-source, off-grid mesh communication system. - **Stars**: ⭐ 8,086 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "firmware": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-firmware" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "firmware": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-firmware" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-firmware` - **Docker**: `docker run -i --rm mcp/firmware`