cisco-network-diagrams-mcp-server
Enables LLMs to search and retrieve official Cisco network diagram icons as RGB PNG images, with metadata and category listing tools for building topology diagrams.
README
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.
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 FILL — FILL 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.