MCP.so
Sign In
Servers

- MCP Server for Network Administration

@solaconsay

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.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "NetSensei": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\path\\to\\cloned\\repo\\main.py"
      ]
    }
  }
}

More from Other