MCP.so
ログイン

WiFi MCP Server

@krish2718

WiFi MCP Server について

MCP server demo for Wi-Fi queries on Linux distros

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

krish2718

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "wifi-mcp-server": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is WiFi MCP Server?

WiFi MCP Server is a Model Context Protocol (MCP) server that provides WiFi network monitoring and management tools. It integrates with Continue.dev, Claude Desktop, or any MCP‑compatible client to give AI assistants real‑time access to WiFi information.

How to use WiFi MCP Server?

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”.

Key features of WiFi MCP Server

  • Scan for available wireless networks
  • Get current WiFi connection status
  • Monitor signal strength and quality metrics
  • List and manage network interfaces

Use cases of WiFi MCP Server

  • Basic network monitoring and status checks
  • Troubleshooting WiFi connection issues
  • Comparing available networks and their signal strengths
  • Diagnostics and interface information gathering

FAQ from WiFi MCP Server

What tools does WiFi MCP Server provide?

It provides four tools: scan_wifi, get_wifi_status, get_signal_strength, and list_interfaces. Each can optionally accept an interface parameter.

What are the runtime requirements?

Python 3.8 or higher, a Linux system with WiFi capabilities, and the network‑management tools iw, iwconfig, and ip (usually pre‑installed). Some operations require root/sudo access.

Does it work on Windows or macOS?

No. The README explicitly states it requires a Linux system with WiFi capabilities.

How can I test the server without an MCP client?

Run python3 standalone_test.py to test WiFi functions directly. For full MCP server testing, use python3 test_wifi_server.py ./wifi_mcp_server.py.

How do I enable debug logging?

Set the environment variable DEBUG=1 before running the server, for example export DEBUG=1 && python3 wifi_mcp_server.py.

コメント

「その他」の他のコンテンツ