MCP Server
Maintained
MIT
io.github.den-indance/network-diagram-mcp MCP Server
io.github.den-indance/network-diagram-mcp
What is the io.github.den-indance/network-diagram-mcp MCP server?
Network topology editor — Claude builds diagrams via MCP. nmap/CSV import, one-click SSH.
How to install io.github.den-indance/network-diagram-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
NETMAP_MCP_PORTLocal WebSocket port the bridge listens on. Defaults to 47821. Must match the URL configured in NetMap's Settings → MCP Agent Bridge.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"network-diagram-mcp": {
"command": "npx",
"args": [
"-y",
"@den.dance/network-diagram-mcp"
],
"env": {
"NETMAP_MCP_PORT": "<YOUR_NETMAP_MCP_PORT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"network-diagram-mcp": {
"command": "npx",
"args": [
"-y",
"@den.dance/network-diagram-mcp"
],
"env": {
"NETMAP_MCP_PORT": "<YOUR_NETMAP_MCP_PORT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"network-diagram-mcp": {
"command": "npx",
"args": [
"-y",
"@den.dance/network-diagram-mcp"
],
"env": {
"NETMAP_MCP_PORT": "<YOUR_NETMAP_MCP_PORT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"network-diagram-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@den.dance/network-diagram-mcp"
],
"env": {
"NETMAP_MCP_PORT": "<YOUR_NETMAP_MCP_PORT>"
}
}
}
}Claude Code
claude mcp add network-diagram-mcp --env NETMAP_MCP_PORT=<YOUR_NETMAP_MCP_PORT> -- npx -y @den.dance/network-diagram-mcpRelated MCP servers
io.github.den-indance/google-trends-mcp
Maintained
Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.
1
View repository →JavaScript
MIT
io.github.den-indance/shopify-mcp-pro
Maintained
Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.
1
View repository →JavaScript
MIT