Servers

MCP Wireshark
@khuynh22
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wireshark": {
"command": "mcp-wireshark",
"args": []
}
}
}