NetSensei is an MCP server to assist network administrators. It provides various network utilities and tools such as ping, traceroute, Nmap scans, packet sniffing, and SSH using the Model Context Protocol (MCP) to communicate and process network-related commands.
You can use this with Claude Desktop or with OpenWebUI using mcpo
tshark
to capture and analyze network packets, filtered by custom criteria (e.g., DNS, HTTP, ICMP).Clone this repository:
git clone https://github.com/yourusername/netsensei.git
cd netsensei
Add this to your Claude Desktop config file.
{
"mcpServers": {
"NetSensei": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\path\\to\\cloned\\repo\\main.py"
]
}
}
}
Integrating with OpenWebUI
uvx mcpo --port 9003 -- mcp run main.py
Prompting Claude AI to discover live host in a network.
Contributions are welcome! Feel free to fork the repository, create an issue, or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
{
"mcpServers": {
"NetSensei": {
"env": {},
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\path\\to\\cloned\\repo\\main.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.