Skip to content
VS Code

wireshark mcp for VS Code

io.github.bx33661/wireshark-mcp

Professional network analysis with tshark. Security audits, deep-dives, and threat detection.

client:VS Code transport:stdio runtime:pypi

Install wireshark mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "wireshark-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wireshark-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wireshark mcp in other clients