jayimu/Wireshark_mcp
Wireshark MCP 是一个基于 Model Context Protocol (MCP) 的服务器,允许 AI 助手通过 tshark 命令行工具进行交互。该工具提供了丰富的网络数据分析功能,支持实时抓包和离线分析。
Platform-specific configuration:
{
"mcpServers": {
"Wireshark_mcp": {
"command": "npx",
"args": [
"-y",
"Wireshark_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...