pnetlab-mcp-server

omichelbraga/pnetlab-mcp-server
★ 0 stars Python API Integration Updated 3d ago
MCP server for programmatic control of PNETLab network labs — 31 tools for labs, nodes, links, configs, live console (read+write), and backup/restore. Fork of eveng-mcp-server for PNETLab's session-bound API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pnetlab-mcp-server": {
      "command": "uvx",
      "args": [
        "pnetlab-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pnetlab-mcp-server