A tshark MCP server for packet capture and analysis
Features:
Async: your agent can run a curl command and get the packets for it
Flexible: You choose the capture and display filters
Config: You can reuse the display and capture filters
Server Config
{
"mcpServers": {
"sharkmcp": {
"command": "node",
"args": [
"/path/to/SharkMCP/dist/index.js"
]
}
}
}