Skip to main content
Glama
GUIPETAV

cisco-network-diagrams-mcp-server

by GUIPETAV

cisco-network-diagrams-mcp-server

MCP server exposing the 308 official icons from the Cisco Systems Corporate Iconography package — the free-to-use icon set Cisco itself distributes for diagrams and materials — so an LLM can look up the right icon and fetch it as an image while building a network topology diagram.

All icons are shipped pre-converted from Cisco's original CMYK JPEGs to RGB PNG. The CMYK originals render blank, discolored, or cropped in most web/collaborative tools (Miro, Figma, FigJam, browsers) — this fixes that at the source, and the PNGs are ~4x smaller too.

Tools

Tool

Description

cisco_list_categories

List the 7 catalog categories with icon counts.

cisco_search_icons

Keyword search across id/name/description (metadata only).

cisco_list_icons

Paginated listing, optionally filtered by category or curated-only.

cisco_get_icon

Fetch one icon's metadata and its RGB PNG image by id.

29 of the 308 icons are curated: the equipment most common in classroom/enterprise topologies (router, switch, firewall, server, access point, cloud, etc.), annotated with glossary_name, function, and when_to_use in addition to the base description every icon has.

Related MCP server: Cisco RADKit MCP Server

Installation

npm install -g cisco-network-diagrams-mcp-server

Or run without installing:

npx cisco-network-diagrams-mcp-server

Usage with an MCP client

Add to your client's MCP server config (e.g. Claude Desktop's claude_desktop_config.json):

{
  "mcpServers": {
    "cisco-network-diagrams": {
      "command": "npx",
      "args": ["-y", "cisco-network-diagrams-mcp-server"]
    }
  }
}

Placing icons on a canvas

The icons are not square — e.g. router is ~77×52 px. When placing the image returned by cisco_get_icon onto a fixed-size node (Figma, FigJam, Miro, etc.), use a FIT scale mode, never FILLFILL stretches or crops non-square icons.

License

The icons are Cisco's registered trademark artwork. Cisco authorizes free use in diagrams and materials, unaltered (no redrawing, recoloring the artwork, or distorting proportions). The CMYK→RGB conversion in this package is a technical compatibility fix (same color, different color space), not a visual alteration.

This package's own code is MIT-licensed; the icon artwork itself remains Cisco's property under Cisco's usage terms.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to interact with Cisco Intersight APIs for managing data center infrastructure, including server monitoring, policy management, network configuration, and hardware telemetry across 199 tools.
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Cisco network devices through the RADKit SDK, allowing users to discover device inventory, fetch device attributes, and execute CLI commands via natural language.
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to query Cisco ThousandEyes v7 API for network monitoring data including tests, agents, alerts, dashboards, and test results (network, page-load, web-transactions, path visualization) for faster troubleshooting through natural language.
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key.

  • Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GUIPETAV/cisco-network-diagrams-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server