shubham-s-pandey/WiresharkMCP
Wireshark Packet Analyzer with MCP Integration This project integrates the MCP (Message Communication Protocol) server with Wireshark to analyze and interact with network packets. The tool enables packet capture, analysis, and management using MCP while leveraging Wireshark's Lua scripting capabilities.
Platform-specific configuration:
{
"mcpServers": {
"WiresharkMCP": {
"command": "npx",
"args": [
"-y",
"WiresharkMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...