WiFi MCP Server
@krish2718
关于 WiFi MCP Server
MCP server demo for Wi-Fi queries on Linux distros
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论