Skip to content
Cursor

packet tracer mcp for Cursor

io.github.jcorderop02/packet-tracer-mcp

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

client:Cursor transport:stdio runtime:npm

Install packet tracer mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "packet-tracer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "packet-tracer-mcp"
      ],
      "env": {
        "BRIDGE_PORT": "<BRIDGE_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

packet tracer mcp in other clients