Wireshark/tshark MCP server — capture live network traffic, analyze .pcap files, apply display filters, follow TCP/UDP streams, and export to JSON. Works with Claude Desktop, VS Code Copilot, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"wireshark": {
"command": "mcp-wireshark",
"args": []
}
}
}