Odel
network diagram mcp

network diagram mcp

Local
@den-indance1JavaScriptMITUpdated 3mo ago

Network topology editor — Claude builds diagrams via MCP. nmap/CSV import, one-click SSH.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@den.dance/network-diagram-mcpv1.0.7

Run

npx -y @den.dance/network-diagram-mcp

MCP client config

{
  "mcpServers": {
    "network-diagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/network-diagram-mcp"
      ]
    }
  }
}