Back to Apps

Packet Tracer MCP Server
by mats2208
AI-powered Cisco Packet Tracer automation. Generate, validate and deploy network topologies from natural language.
0 stars
Works in:CodexVS Code Copilot
Exposes:ToolsResources
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
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml: [mcp_servers.packet-tracer] command = "python", args = ["-m", "packet_tracer_mcp", "--stdio"]Claude Desktop
Add to claude_desktop_config.json: { "packet-tracer": { "command": "python", "args": ["-m", "packet_tracer_mcp", "--stdio"] } }VS Code Copilot
Add to .vscode/mcp.json: { "servers": { "packet-tracer": { "type": "stdio", "command": "python", "args": ["-m", "packet_tracer_mcp", "--stdio"] } } }





