Home › Other › packet-tracer-mcp

packet-tracer-mcp

MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless.

TypeScript
★ 11 stars Last pushed 2026-07-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "packet-tracer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BRIDGE_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • BRIDGE_PORT — Port for the internal HTTP bridge that talks to the Packet Tracer 9 webview (default: 54321)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry