- MCP Server for Network Administration
@solaconsay
- MCP Server for Network Administration について
NetSensei is an MCP server to assist network administrators. It provides various network utilities and tools such as ping, traceroute, Nmap scans, and packet sniffing using the Model Context Protocol (MCP) to communicate and process network-related commands.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"NetSensei": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\path\\to\\cloned\\repo\\main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is NetSensei?
NetSensei is an MCP server that assists network administrators by providing network utilities such as ping, traceroute, Nmap scans, packet sniffing, and SSH command execution through the Model Context Protocol (MCP).
How to use NetSensei?
Add NetSensei to your Claude Desktop configuration using a JSON snippet, or integrate it with OpenWebUI via mcpo on a specified port. The server runs from a local clone of the repository using uv.
Key features of NetSensei
- Ping test with detailed connectivity output
- Traceroute to identify network paths
- Nmap scans with customizable arguments
- Packet sniffing using
tsharkwith filters - SSH connection and command execution per device platform
- AI assistant for automating routine network tasks
Use cases of NetSensei
- Quickly test network connectivity to a remote host
- Discover the network path to a specific destination
- Scan a subnet for live hosts and open services
- Capture and analyze network traffic (DNS, HTTP, ICMP)
- Remotely execute commands on network devices via SSH
FAQ from NetSensei
What are the runtime dependencies for NetSensei?
NetSensei requires Python 3.x, the MCP Python SDK, uvicorn, tshark (Wireshark’s command-line tool), nmap, and netmiko. tshark must be accessible from the system path.
How do I integrate NetSensei with Claude Desktop?
Add the following entry to your Claude Desktop config file, replacing the path with your local clone: {"mcpServers": {"NetSensei": {"command": "uv", "args": ["run", "--with", "mcp[cli]", "mcp", "run", "C:\\path\\to\\cloned\\repo\\main.py"]}}}.
How do I use NetSensei with OpenWebUI?
Run uvx mcpo --port 9003 -- mcp run main.py from the cloned repository directory to expose the server via mcpo.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
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.
コメント