WiFi MCP Server
About
MCP server demo for Wi-Fi queries on Linux distros
Details
- Author
- krish2718
- GitHub stars
- 1
- Downloads
- 387
- Categories
- Other
Jump to
- Scan for available wireless networks
- Get current WiFi connection status
- Monitor signal strength and quality metrics
- List and manage network interfaces
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
WiFi MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Python 3.8+, clone the repository, then run pip install -r requirements.txt. Start the server in stdio mode with python3 wifi_mcp_server.py or in HTTP mode with the --mode http flag. For VS Code integration, add the server configuration to your user settings JSON. Query the tools via chat commands like “Scan for available WiFi networks”.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wifi mcp server": {
"wifi-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}
}
McpServers
{
"wifi-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
WiFi MCP Server
A Model Context Protocol (MCP) server that provides WiFi network monitoring and management tools. This server can be integrated with Continue.dev, Claude Desktop, or any MCP-compatible client to give AI assistants real-time access to WiFi information.
Features
- 📡 WiFi Network Scanning: Discover available wireless networks
- 📊 Connection Status: Get current WiFi connection details
- 📶 Signal Strength: Monitor signal quality and strength metrics
- 🔌 Interface Management: List and manage network interfaces
- 🔄 Real-time Updates: Live monitoring of network conditions
Prerequisites
- Python 3.8 or higher
- Linux system with WiFi capabilities
- Network management tools: iw, iwconfig, ip (usually pre-installed)
- Root/sudo access for some network operations
Installation
Quick Setup
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



