A production-grade Model Context Protocol (MCP) server for Wireshark
Project description
Wireshark MCP
Simple MCP Server to allow vibe packet analysis in Wireshark.
Prerequisites
- Python (3.10 or higher)
- Wireshark (ensure
tsharkis in your PATH) - Supported MCP Client (pick one you like)
- Claude Code
- Claude
- Cursor
- VS Code with generic MCP client extension
- Other MCP Clients
Installation
Install the latest version of the Wireshark MCP package:
pip install wireshark-mcp
Or install directly from source:
pip install git+https://github.com/bx33661/Wireshark-MCP.git
Configuration
Add the server to your MCP client configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"wireshark": {
"command": "uv",
"args": [
"tool",
"run",
"wireshark-mcp"
]
}
}
}
Note: You can also run it directly with python -m wireshark_mcp if installed in your environment.
Prompt Engineering
LLMs are good at general analysis but can struggle with the specifics of packet dissection. Below is a minimal example prompt strategy:
Your task is to analyze a pcap file using Wireshark MCP tools.
- Start by getting a packet list summary to understand the traffic flow (`wireshark_get_packet_list`).
- If you see interesting packets, get full details for that specific frame (`wireshark_get_packet_details`).
- For TCP/HTTP flows, use `wireshark_follow_stream` to see the full conversation.
- Use `wireshark_extract_http_requests` or `wireshark_extract_dns_queries` for quick high-level overviews.
- NEVER try to guess packet contents; always verify with the tools.
- Create a report.md with your findings.
Available Tools
Packet Analysis (extract.py)
wireshark_get_packet_list(pcap_file, limit=20, offset=0, display_filter="", custom_columns=""): Get summary list of packets. Supports custom columns (e.g., "ip.src,http.host") to replace default view.wireshark_get_packet_details(pcap_file, frame_number, layers=""): Get full JSON details for a single packet. Supports layer filtering (e.g., "ip,tcp,http") to significantly reduce token usage.wireshark_get_packet_bytes(pcap_file, frame_number): [New] Get raw Hex/ASCII dump (Packet Bytes view).wireshark_get_packet_context(pcap_file, frame_number, count=5): [New] View packets surrounding a specific frame (before and after) to understand context.wireshark_follow_stream(...): Reassemble and view complete stream content with pagination and search.wireshark_search_packets(pcap_file, match_pattern, search_type="string", limit=50, scope="bytes"): [Enhanced] Find packets.scope="bytes": Search in raw payload (Hex/String).scope="details": Search in decoded text/fields (Regex supported).
wireshark_read_packets(...): [DEPRECATED] Useget_packet_detailsinstead.
Data Extraction (extract.py)
wireshark_extract_fields(pcap_file, fields, display_filter="", limit=100, offset=0): Extract specific fields as tabular data.wireshark_extract_http_requests(pcap_file, limit=100): Convenience tool for HTTP method, URI, host.wireshark_extract_dns_queries(pcap_file, limit=100): Convenience tool for DNS queries.wireshark_list_ips(pcap_file, type="both"): List all unique IP addresses (src, dst, or both).wireshark_export_objects(pcap_file, protocol, dest_dir): Extract embedded files (http, smb, etc.) from traffic.wireshark_verify_ssl_decryption(pcap_file, keylog_file): Verify TLS decryption using a keylog file.
Statistics (stats.py)
wireshark_stats_protocol_hierarchy(pcap_file): Get Protocol Hierarchy Statistics (PHS).wireshark_stats_endpoints(pcap_file, type="ip"): List all endpoints and their traffic stats.wireshark_stats_conversations(pcap_file, type="ip"): Show communication pairs and their stats.wireshark_stats_io_graph(pcap_file, interval=1): Get traffic volume over time (I/O Graph).wireshark_stats_expert_info(pcap_file): Get Expert Information (anomalies, warnings).wireshark_stats_service_response_time(pcap_file, protocol="http"): Service Response Time (SRT) statistics.
File Operations (files.py & capture.py)
wireshark_get_file_info(pcap_file): Get detailed metadata about a capture file (capinfos).wireshark_merge_pcaps(output_file, input_files): Merge multiple capture files into one.wireshark_list_interfaces(): List available network interfaces for capture.wireshark_capture(interface, output_file, duration_seconds=10, packet_count=0, capture_filter="", ring_buffer=""): Capture live network traffic.wireshark_filter_save(input_file, output_file, display_filter): Filter packets from a pcap and save to a new file.
Security (security.py)
wireshark_check_threats(pcap_file): Check captured IPs against URLhaus threat intelligence.wireshark_extract_credentials(pcap_file): Scan for plaintext credentials (HTTP Auth, FTP, Telnet).
Decoding (decode.py)
wireshark_decode_payload(data, encoding="auto"): Decode common encodings (Base64, Hex, URL, Gzip, Deflate, Rot13, etc.) with smart auto-detection.
Visualization (visualize.py)
wireshark_plot_traffic(pcap_file, interval=1): Generate ASCII bar chart of traffic volume over time.wireshark_plot_protocols(pcap_file): Generate ASCII tree view of protocol hierarchy.
Development
To test the MCP server itself:
npx -y @modelcontextprotocol/inspector uv run wireshark-mcp
This will open a web interface where you can interact with the tools directly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wireshark_mcp-0.4.0.tar.gz.
File metadata
- Download URL: wireshark_mcp-0.4.0.tar.gz
- Upload date:
- Size: 68.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
028cebe15f876b70315d19ccb9b849f846f7b4ee40834c7a4c5b262c2425a639
|
|
| MD5 |
2a20f80838be8c25c0ff19e500ccd986
|
|
| BLAKE2b-256 |
c300158768c2d7799ac8fdded248c24ad21646db3107b9078e2ca61623185d98
|
Provenance
The following attestation bundles were made for wireshark_mcp-0.4.0.tar.gz:
Publisher:
publish.yml on bx33661/Wireshark-MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wireshark_mcp-0.4.0.tar.gz -
Subject digest:
028cebe15f876b70315d19ccb9b849f846f7b4ee40834c7a4c5b262c2425a639 - Sigstore transparency entry: 926903181
- Sigstore integration time:
-
Permalink:
bx33661/Wireshark-MCP@4d9442c2cf55e8c88e1bc8d4408aa6aecd240288 -
Branch / Tag:
refs/tags/v0.4.0 - Owner: https://github.com/bx33661
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4d9442c2cf55e8c88e1bc8d4408aa6aecd240288 -
Trigger Event:
release
-
Statement type:
File details
Details for the file wireshark_mcp-0.4.0-py3-none-any.whl.
File metadata
- Download URL: wireshark_mcp-0.4.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3048253417b577db5b9380b3c3af2b4fa76bd36e0ad0c3ef1f2d8ffbd08324f2
|
|
| MD5 |
7d3d937772052cecf299d7b48bf1e326
|
|
| BLAKE2b-256 |
016ab8d374c48a05c6c1f520d603e739e091d4f68df665a69a5f48ac29b65ecc
|
Provenance
The following attestation bundles were made for wireshark_mcp-0.4.0-py3-none-any.whl:
Publisher:
publish.yml on bx33661/Wireshark-MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wireshark_mcp-0.4.0-py3-none-any.whl -
Subject digest:
3048253417b577db5b9380b3c3af2b4fa76bd36e0ad0c3ef1f2d8ffbd08324f2 - Sigstore transparency entry: 926903182
- Sigstore integration time:
-
Permalink:
bx33661/Wireshark-MCP@4d9442c2cf55e8c88e1bc8d4408aa6aecd240288 -
Branch / Tag:
refs/tags/v0.4.0 - Owner: https://github.com/bx33661
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4d9442c2cf55e8c88e1bc8d4408aa6aecd240288 -
Trigger Event:
release
-
Statement type: