# lakinduakash/linux-wifi-hotspot | Model Context Protocol (MCP) Server > 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). - **Stars**: ⭐ 4,246 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "linux-wifi-hotspot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-linux-wifi-hotspot" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "linux-wifi-hotspot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-linux-wifi-hotspot" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-linux-wifi-hotspot` - **Docker**: `docker run -i --rm mcp/linux-wifi-hotspot`