Best for
- AI assistants or automation tools needing quick PCAP analysis.
- Developers integrating network analysis into MCP clients like Claude Desktop.
- Scenarios requiring stateless, modular, and extensible PCAP analysis.
mcpcap is a comprehensive MCP server for PCAP analysis, offering a wide range of protocol-specific tools, support for local and remote files, and a modular architecture that is easy to extend. It is well-suited for network analysts, security researchers, and AI integration developers.
mcpcap is a modular Python MCP server for analyzing PCAP files. It exposes protocol-specific analysis tools (DNS, DHCP, ICMP, TCP, SIP, etc.) that accept a local file path or remote HTTP URL at call time. The server is stateless and works with MCP clients like Claude Desktop.
Install via pip: pip install mcpcap; or via uv: uv add mcpcap. For Docker, build the image from the repository root: docker build -t mcpcap ., then run with stdio or HTTP transport. You can also use Docker Compose with docker compose up.
{
"mcpServers": {
"mcpcap": {
"command": "mcpcap",
"args": []
}
}
}