khuynh22/mcp-wireshark
An MCP server that integrates Wireshark/tshark with AI tools and IDEs. Capture live traffic, parse .pcap files, apply display filters, follow streams, and export JSON - all via Claude Desktop, VS Code, or CLI. Cross‑platform, typed, tested, and pip‑installable.
Platform-specific configuration:
{
"mcpServers": {
"mcp-wireshark": {
"command": "npx",
"args": [
"-y",
"mcp-wireshark"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...