linux-wifi-hotspot

GitHub

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).

RAW Config

Claude Desktop Configuration

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

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