
Packet Tracer MCP Server
by mats2208
AI-powered Cisco Packet Tracer automation. Generate, validate and deploy network topologies from natural language.
What it does
This MCP server provides an LLM with full programmatic control over Cisco Packet Tracer. It enables a complete workflow from natural language prompts to live network deployment, including topology planning, IP addressing, and IOS configuration.
Tools
pt_plan_topology: Generates a complete validated topology plan including devices and links.pt_live_deploy: Streams commands directly to a running Packet Tracer instance via an HTTP bridge.pt_full_build: All-in-one pipeline that plans, validates, and generates a human-readable report.pt_apply_acl: Applies standard, extended, or named ACLs to live routers.pt_apply_nat: Configures Static NAT, Dynamic NAT, or PAT on live routers.pt_install_modules_batch: Installs expansion modules (HWIC, NIM, NM) on routers.
Installation
{
"mcpServers": {
"packet-tracer": {
"command": "python",
"args": ["-m", "packet_tracer_mcp", "--stdio"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, OpenAI Codex CLI, and VS Code (Copilot/Continue/Cline).
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/28/2026
- stars






