Packet Tracer MCP

Servidor Model Context Protocol para controlar Cisco Packet Tracer 9.0 desde fuera. Una extensión propia se cuelga del editor de PT, abre un bridge HTTP local y desde ahí el servidor MCP llama a la API IPC nativa de PT para crear topologías, configurar routers, lanzar simulaciones, etc.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 9 · #114 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Packet Tracer MCP

Claude Code

claude mcp add jcorderop02-packet-tracer-mcp -- npx -y packet-tracer-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jcorderop02-packet-tracer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "packet-tracer-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package packet-tracer-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Jcorderop02 is GitHub-verified and matches the repo owner

03 · What Packet Tracer MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] Proyecto experimental. Es la versión 0.1.0, hecha en mis ratos libres como experimento personal. Funciona contra PT 9.0.0.0810 en mi PC y pasa los smoke tests, pero no la consideres lista para producción. Espera bugs, cambios de API y cosas que se rompen al

Latest releases

v0.1.1 · 2026-05-01

04 · Who maintains Packet Tracer MCP

packet-tracer-mcp is maintained by jcorderop02. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
automation - ranked #114 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.Jcorderop02/packet-tracer-mcp (active, first published 2026-05-01)
packages
npm:packet-tracer-mcp

06 · Packet Tracer MCP FAQ

What is Packet Tracer MCP?

Servidor Model Context Protocol para controlar Cisco Packet Tracer 9.0 desde fuera. Una extensión propia se cuelga del editor de PT, abre un bridge HTTP local y desde ahí el servidor MCP llama a la API IPC nativa de PT para crear topologías, configurar routers, lanzar simulaciones, etc.

Is Packet Tracer MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-13. We re-verify nightly.

How do I install Packet Tracer MCP?

Run `npx -y packet-tracer-mcp`. You can also paste the ready-made client config above.

Does Packet Tracer MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Packet Tracer MCP

More automation MCP servers · Mac OS MCP · Gotify RMCP · Tailscale RMCP · UniFi RMCP (jmagar) · Yarr MCP (jmagar)

More TypeScript MCP servers · Flaim Fantasy · Revolut MCP · Mailbox MCP · Codeseeker · Forge Craft · see all